I'm using the SOAPInput node followed by a subflow containing a SOAPExtract Node and a single Label as there is only one operation defined in the wsdl. (as in the provided samples )
I'm implementing my first flow:
- A soap request with a string payload (xsd:string) which should be put on two queues as JMSTextMessages.
- the Soap response with 0 if everything works fine, ...