Author |
Message |
Topic: Deploying WMB webservice |
sheetal_kasture
Replies: 14 Views: 27080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 29, 2009 2:52 am Subject: Deploying WMB webservice |
Hi Venkatesh,
Thanks a lot.
It indeed was an issue with the port. I changed the port number in my URL and things started working fine.
Regards,
Sheetal |
Topic: Deploying WMB webservice |
sheetal_kasture
Replies: 14 Views: 27080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 28, 2009 2:27 am Subject: Deploying WMB webservice |
Yes, I did start my broker after making changes to its properties.
Also, as suggested by you, I tried to test my flow using NetTool. It shows the message as Http transaction successfully completed ... |
Topic: Deploying WMB webservice |
sheetal_kasture
Replies: 14 Views: 27080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2009 9:54 pm Subject: Deploying WMB webservice |
Hi jbanoop,
I have written a normal WMB flow:
MQInput - HTTPRequest - MQOutput
The URL set in the HTTPRequest node is 'http://10.225.144.98:8001/testHttpInput'. I have also checked the 'Generat ... |
Topic: Deploying WMB webservice |
sheetal_kasture
Replies: 14 Views: 27080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2009 5:08 am Subject: Deploying WMB webservice |
I guess so, because I have executed the following command on the Broker:
mqsichangeproperties BRKR -b httplistener -o HTTPConnector -n address,port -v 10.225.144.98,8001
Please let me know if I ha ... |
Topic: Deploying WMB webservice |
sheetal_kasture
Replies: 14 Views: 27080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2009 2:42 am Subject: Deploying WMB webservice |
Thanks for the reply.
I am not facing any issues while deploying the code. But for some reason the service is not getting called. I am not sure of the reason. So, just wanted to check if this could ... |
Topic: Deploying WMB webservice |
sheetal_kasture
Replies: 14 Views: 27080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 27, 2009 2:01 am Subject: Deploying WMB webservice |
Hi,
I have created a WMB webservice. I have created a BAR file for the flow like we do for normal flows. I guess, I am missing something important that would state that this flow needs to be treate ... |
Topic: Call WMB Webservices through Java |
sheetal_kasture
Replies: 6 Views: 4894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 10, 2009 2:45 am Subject: Call WMB Webservices through Java |
Thanks for the reply, but would it be possible to receive a sample code snippet which would give a better idea? |
Topic: Call WMB Webservices through Java |
sheetal_kasture
Replies: 6 Views: 4894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 10, 2009 12:36 am Subject: Call WMB Webservices through Java |
I need to use the HttpInput and HttpReply nodes in WMB. Can I get a jave code snippet that calls the WMB component? |
Topic: Call WMB Webservices through Java |
sheetal_kasture
Replies: 6 Views: 4894
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 09, 2009 11:42 pm Subject: Call WMB Webservices through Java |
Hi,
I am trying to develop a WMB Web service component that will be called directly through a Java code. Any pointers in this regards?
Thanks in advance.
Regards,
Sheetal |