Sending XML as a string to a wsdl on Integration Server

Hi All,
I have a wsdl provider on Integration Server where in the input there is only 1 string field. If I send XML in that string, in IS it gets converted to a XML document with the same name as the field. is that normal behaviour? if yes then is there any way to avoid it. I would like to received the same XML string which was sent to the wsdl URL.

Hi Anjni,

         When you provide the inputs as an XML within a SOAP Envelope (which I assume you are doing here via SOAP UI) you are expected to encode the "<" and "&" characters in the enclosed XML to get the resulting string as XML. 

If you are using our Designer, then encoding is done for you and the resulting connector output is an XML String for the string field. I have tested this behavior with 10.5 IS, if you see a different behavior in another version of IS, let me know.

Thanks,
Arpitha

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.