Hello all,
I'm using a pipeline which performs a SOAP call. The SOAP response is (of course) an XML document, which looks like this:
<QueryResponse xmlns:ns1="http://www.somenamespace/parameters" SNIP SNAP xmlns="http://www.someothernamespace/services">
<total>10</total>
</QueryResponse>
Now I want to use the result from this SOAP call on my form. How should I handle this name space collision? On my form I have defined "xmlns="http://www.w3.org/1999/xhtml"" (it wouldn't be very pretty to change this, would it).
Can I somehow force a certain namespace / prefix on my SOAP response?
Best, Robin
Free forum by Nabble | Edit this page |