My SOAP client sends a SOAP with multiple elements in the SOAP body but I can see only the first element in the XI main payload. How can I get all the elements into the XI message?
The default behavior of the SOAP adapter is to place the first element of the SOAP body into the XI application payload. If the SOAP message contains more than one elements in its SOAP body, you can configure the channel to run in the nosoap mode. In this mode, the original request message is inserted entirely into the application payload. Related Questions: How does the nosoap mode work for the SOAP sender adapter? 2.