Hi there,
Today I am trying to connect to a third party using a consumed soap webservice. They have some issues concerning an unused name space which is created by Mendix. They state that the xml namespace is a reserved namespace.
Below you see a part of the created soap including the created name space.
<?xml version='1.0' encoding='UTF-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:SubmitJob xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="http://tempuri.org/"
xmlns:xml="http://www.w3.org/XML/1998/namespace">
</ns2:SubmitJob>
</S:Body>
</S:Envelope>
I wonder: is it possible to remove this namespace?
Kind regards,
Wouter.