Closed ta closed 2 years ago
Hi,
1 - As far as I can tell, handsoap only supports prefixed namespaces and not default namespaces(*) like this: "... <books xmlns="http://somebooksite.com/book_spec"> ...".
(*) http://www.w3.org/TR/REC-xml-names/#defaulting
Am I wrong in that observation? If not, will you consider adding this feature?
2 - Some services defines more than one namespace in the envelope:
I encounter a webservice which has default name space too..
anyone work around this issue?
here is a patch that works for me
https://gist.github.com/9cc616c94f366c599df0
Hi,
1 - As far as I can tell, handsoap only supports prefixed namespaces and not default namespaces(*) like this: "... <books xmlns="http://somebooksite.com/book_spec"> ...".
(*) http://www.w3.org/TR/REC-xml-names/#defaulting
Am I wrong in that observation? If not, will you consider adding this feature?
2 - Some services defines more than one namespace in the envelope: