Yes I do. Here is the full message opening with the SOAP-ENV tag. It is identical in the two generated messages, generated with a python-suds client.
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="myNameSpace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <ns0:Body> [rest of the message] On 10 August 2015 at 18:16, Burak Arslan <[email protected]> wrote: > Hi, > > On 08/10/15 19:12, Daniele Bortoluzzi wrote: > > Dear Spyne users, > > > > I am setting up a SOAP service implementing a predefined WSDL. I > > cannot tell Spyne not to expect a namespace in every tag of the input > XML. > > > > This is what "their" client sends with their WSDL: > > Do you have a xmlns="Something" in PLUS_LOTS_OF_ATTRIBUTES? > > Burak >
_______________________________________________ Spyne community mailing list [email protected] http://lists.spyne.io/listinfo/people
