KenyaDonDraper / pysimplesoap

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

Incorrect URL for Envelope xmlns #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pysimplesoap's server.py includes a hardcoded list of valid URLs for the xmlns 
in the SOAP Envelope. 

["http://schemas.xmlsoap.org/soap/envelope/", 
"http://www.w3.org/2003/05/soap-env"]

The latter URL is invalid and 404s. The correct URL is 
"http://www.w3.org/2003/05/soap-envelope".

Original issue reported on code.google.com by unfactor...@gmail.com on 28 Jun 2012 at 4:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The same issue is in client.py

Original comment by markus.m...@gmail.com on 23 Aug 2012 at 12:05

GoogleCodeExporter commented 9 years ago
created a patch

Original comment by markus.m...@gmail.com on 14 Jan 2013 at 3:26

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 06d320187e8c.

Original comment by reingart@gmail.com on 22 Jan 2014 at 3:19