Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 83234

Remove namespace xmlns:xml from operation in soap call

$
0
0

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.


Viewing all articles
Browse latest Browse all 83234

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>