Automatic namespace prefix change in WebService Invocation s

Posted by chetanparekh on 12-May-2011 00:56

The WSDL schema of Sonic ESB Process exposed as WebService has targetnamespace=”www.abc.com” xmlns:tns=”www.abc.com.
We have WebService Invocation step for Unwrapping SOAP message based on this WSDL.
We have added xmlns:tns=”www.abc.com in WebService Invocation step and also in SOAP request populated using soapUI.
But when we submit the SOAP Request using soapUI, in WebService Invocation step, the prefix automatically changes from “tns” to “ns1”.
We are unable to figure out why it is happening.
Have anybody faced the same issue?

All Replies

This thread is closed