|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Multiple Operations invocation for SOAPRequest node |
« View previous topic :: View next topic » |
Author |
Message
|
Taanesh |
Posted: Tue Jun 08, 2010 10:02 pm Post subject: Multiple Operations invocation for SOAPRequest node |
|
|
Newbie
Joined: 08 Jun 2010 Posts: 1
|
Hi,
We are using SOAPRequest node to invoke a webservice. The wsdl is having two operations namely, createCustomer and updateCustomer.
We configured SOAPRequest node with operation as createCustomer in properties and we are good to invoke createCustomer operation. However if we tried to invoke updateCustomer operation by sending the SOAP request updateCustomer operation, the SOAPRequest node threw parsing exception stating ' No operation found for request payload'
Is it possible to call multiple operations defined in single wsdl using single SOAPRequest node or do we need to use multiple SOAPRequest node, one for each operation?
Thanks,
Taanesh. |
|
Back to top |
|
 |
fatherjack |
Posted: Wed Jun 09, 2010 1:02 am Post subject: Re: Multiple Operations invocation for SOAPRequest node |
|
|
 Knight
Joined: 14 Apr 2010 Posts: 522 Location: Craggy Island
|
Taanesh wrote: |
Is it possible to call multiple operations defined in single wsdl using single SOAPRequest node or do we need to use multiple SOAPRequest node, one for each operation? |
Don't you have to specify the operation as a property of the SOAP Request node? _________________ Never let the facts get in the way of a good theory. |
|
Back to top |
|
 |
AndreasMartens |
Posted: Wed Jun 09, 2010 1:26 am Post subject: Missing in the docs |
|
|
 Acolyte
Joined: 30 Jan 2006 Posts: 65 Location: Hursley, UK
|
Sorry about this, the docs are being updated to say how you do this, it's been working since 6.1...
In a compute node:
SET OutputLocalEnvironment.Destination.SOAP.Request.Operation = 'myOperation';
or
SET LocalEnvironment.Destination.SOAP.Request.Operation = 'myOperation';
depending on your compute mode.
hope this helps,
Andreas |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|