Author |
Message
|
narendra68 |
Posted: Mon May 23, 2005 7:24 am Post subject: Call Webservice from WMQI - Sample flow |
|
|
Apprentice
Joined: 17 Nov 2004 Posts: 30
|
Hi
I have never called a webservice from a messaflow.
Now I have a requirement to call a webserive, I looked at the support pack IA81. this seems to be have lot of code.
As I do not have much time. it would be very helpful, if some one can provide me a sample flow that you may have done to test the concept.
your help is greatly appreciated.
 _________________ Narendra |
|
Back to top |
|
 |
vennela |
Posted: Mon May 23, 2005 7:34 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What kind of web service? Do you have a web service that is hosted somewhere ? |
|
Back to top |
|
 |
narendra68 |
Posted: Mon May 23, 2005 7:36 am Post subject: |
|
|
Apprentice
Joined: 17 Nov 2004 Posts: 30
|
Vennala,
I have a webservice hosted by other team.
Thanks _________________ Narendra |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 23, 2005 7:42 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You need compute nodes to create your SOAP request and process the SOAP reply.
You need HTTP nodes to send the SOAP request and receive the SOAP reply. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Mon May 23, 2005 10:43 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
jefflowrey wrote: |
You need HTTP nodes to send the SOAP request and receive the SOAP reply. |
I too am still learning web services so in case I am wrong one should excuse me.
I think it depends on the transport property of the WebService. If the transport is JMS, then instead of HTTP nodes appropriate nodes (like MQOutput Node, MQReply node or something like that) need to be used.
If you tell how the service has been exposed (or post the WSDL) then somebody could give a better answer. |
|
Back to top |
|
 |
|