kartagis / pysimplesoap

Automatically exported from code.google.com/p/pysimplesoap
0 stars 0 forks source link

Add extra namepace #98

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

XML Namespace output looks like this : 

xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:ns1="http://localhost:9002/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

What is the expected output? What do you see instead?

I want it to look like this : 

xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:ns1="http://localhost:9002/" 
xmlns:ns="http://localhost:9002/" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

The only change is in addition of an extra namespace in line 2 : 
xmlns:ns="http://localhost:9002/" 

What version of the product are you using? On what operating system?
version 1.05a (pysimplesoap-1.05a)
on ubuntu 12.04 operating system

Please provide any additional information below.

your urgent response is greatly appreciated, 

Thanks in advance, 

Gidemn.

Original issue reported on code.google.com by karuga.g...@gmail.com on 21 Apr 2013 at 10:53

GoogleCodeExporter commented 8 years ago
Please, provide a wsdl or more information so we could look at the issue to 
reproduce the problem (a test case is ideal).
Target namespaces should be added on tags, so it should be working ...

Original comment by reingart@gmail.com on 29 Aug 2013 at 8:40