Hello,

How do I change the namespace declaration for the top soapenv:Envelope tag that 
JiBX automatically adds to the top of every generated SOAP envelope?

I'm trying to connect to a remote webservice. When I do so via JiBX (via 
version 1.1.5), it automatically creates the following:

<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>

... which generates a SOAP error in the remote webservice. However, if I 
manually change it to:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>

... and resubmit using the soapUI application, it works.

Thanks in advance for any assistance.

Mark

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to