Hello,
gnodet wrote: > > All messages sent in the JBI bus should conform with the > *abstract* WSDL description. This also means that > all JBI exchanges should have a valid Operation name set > and that the xml content should conform to the xml schema > element referenced by this particular operation. > Okay. I have WSDL 2.0 operation called executeCommand with in-out MEP. The steps I now see to using this service: - Set the exchanges "in" parameter to a NormalizedMessage whose source is an XML document that is valid for the "in" XML schema from the WDSL document. - Send the message (operation is identified in the exchange). - I should then expect an "out" parameter (or possible fault) that compiles to the associated XML schema for the "out" parameter from the WSDL. Is this correct? -- View this message in context: http://www.nabble.com/WDSL-2.0-tf2579240s12049.html#a7192936 Sent from the ServiceMix - User mailing list archive at Nabble.com.
