| Author | Message | 
  		
		  |  Topic:Socket To Queue | 
  		
		  | JustFriend 
 Replies: 1
 Views: 3449
 
 |  Forum:IBM MQ Java / JMS Posted: Sun Mar 11, 2007 4:02 am Subject: Socket To Queue | 
  		
		  | Can any body guide me to find a way to read messages from socket and then write to a queue. 
 I am using IBM Websphere MQ 5.3
 
 Advance Thanks
 | 
  		
		  |  Topic:Removing empty elements in output XML | 
  		
		  | JustFriend 
 Replies: 12
 Views: 14967
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Wed Oct 26, 2005 11:59 pm Subject: Removing empty elements in output XML | 
  		
		  | For everybody's benefit, we request you to post the ESQL. 
 Thank you
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Fri Oct 14, 2005 12:34 pm Subject: HTTPRequest POST Method | 
  		
		  | Aiflin, 
 Please tell us whether you are able to access your web-service through a web-browser (like MS Internet Explorer)
 Since, the HTTPRequest Node expects a URL in the “Web Service URL” pro ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Wed Aug 17, 2005 9:15 am Subject: HTTPRequest POST Method | 
  		
		  | First of all my heart-felt thanks to everyone who coordinated this support especially mgk 
 Mgk was right in explaining the position of BLOB and HTTPRequestHeader in the message which really matters. ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Wed Aug 17, 2005 2:38 am Subject: HTTPRequest POST Method | 
  		
		  | Yes you are right, the first trace is without Headers and this one is with Headers. I tried both the options...   
 
 
 TRACE with Headers Before HTTPRequest
 
 
 
 ############### TRACE-START  ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Tue Aug 16, 2005 9:18 pm Subject: HTTPRequest POST Method | 
  		
		  | In fact I tried that option too. 
 My code:
 
 CALL CopyEntireMessage();
 SET OutputRoot.HTTPRequestHeader.POST = '/BatWS/alsha_ws.asmx/HelloWorld';
 SET OutputRoot.HTTPRequestHeader.H ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Tue Aug 16, 2005 7:15 am Subject: HTTPRequest POST Method | 
  		
		  | That was typing error: In actual code I am using the only
 CALL CopyEntireMessage()
 Actually the CopyMessageHeaders() was commented and when I copied from the code to here... I went wrong... just a  ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Tue Aug 16, 2005 6:51 am Subject: HTTPRequest POST Method | 
  		
		  | Hi Mgk thanks for your reply and pl’se excuse me if I have troubled you. 
 However, your suggestion is not working. Or may be I am going in the wrong-track.
 
 I am tried in the following way your  ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2005 10:53 pm Subject: HTTPRequest POST Method | 
  		
		  | Is there any way to do a HTTP POST (with Parameter and Value) and get back the response within a Message Flow ? | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2005 4:46 am Subject: HTTPRequest POST Method | 
  		
		  | Hi... 
 I even tried the below ESQL... but it too failed giving Error 500.
 SET OutputLocalEnvironment.Destination.HTTP.RequestURL = 'http://191.23.23.50/BatWS/alsha_ws.asmx/HelloWorld?TEST=MMM'; ...
 | 
  		
		  |  Topic:Exception in HTTPRequest Node | 
  		
		  | JustFriend 
 Replies: 4
 Views: 4909
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2005 11:30 pm Subject: Exception in HTTPRequest Node | 
  		
		  | I am using the following in the trace-node for getting the error-trace in a file: 
 Trace-Node Properties:
 
 Destination : File
 File Path : C:\MyErrorTrace.txt
 Pattern:
 
 ############### TRACE-ST ...
 | 
  		
		  |  Topic:HTTPRequest node to access a WEB Server without XML support | 
  		
		  | JustFriend 
 Replies: 15
 Views: 18964
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2005 10:18 pm Subject: HTTPRequest node to access a WEB Server without XML support | 
  		
		  | Dear All, 
 My Flow is similar to the your flows:
 MQInput >> Compute1 >> HTTPRequest >> Compute2 >> HTTPOutput
 
 Can you please post your ESQL to be used in the Compute-Node ...
 | 
  		
		  |  Topic:Dynamically deciding Queue Names to put messages? | 
  		
		  | JustFriend 
 Replies: 6
 Views: 8985
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2005 10:04 pm Subject: Dynamically deciding Queue Names to put messages? | 
  		
		  | Route to Queue: 
 I am presuming that your Input message is in XML format:
 
 The Flow:
 MQInput  >> Compute1 >> MQOutput
 
 Use the below ESQL in the Compute1 Node:
 CALL CopyMessage ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2005 9:26 pm Subject: HTTPRequest POST Method | 
  		
		  | Thanks Mgk for your immediate response. I think we are in different time-zones that's y my reply is delayed. 
 For me it is not a must to use the XML message format, but I thought the HTTP POST takes ...
 | 
  		
		  |  Topic:HTTPRequest POST Method | 
  		
		  | JustFriend 
 Replies: 28
 Views: 129688
 
 |  Forum:WebSphere Message Broker (ACE) Support Posted: Sun Aug 14, 2005 7:38 am Subject: HTTPRequest POST Method | 
  		
		  | Please help: I am asking you this help after going through many forums for the past 1 week. ….Please help:
 
 The Case:
 I have a web-service which takes one parameter (TEST) and returns back a str ...
 |