I got the impression (it says so in my notes!) while I was at U2 University
that
an Options entry in the XML map could tell the XDOM (soap download) to ignore
namespaces.

<OPTIONS>
 <IgnoreNameSpace/>
</OPTIONS>

I continue to get Error code: 10
    "The location path '/LocPathResponse/LocPathResponse' was not found."

In the xml download the appearance is: (abbreviated...)
RESP DATA
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soap:Body><ns1:LocPathResponse xmlns:ns1="http://web.webservicesXX.com";>
        <ns1:LocationPathResponse>
            <GrossCharge
xmlns="http://web1.webservicesXX.com";>201.30</GrossCharge>
            <Surcharge xmlns="http://web1.webservicesXX.com";>20</Surcharge>
        </ns1:LocPathResponse>
    </ns1:LocPathResponse>
   </soap:Body>
</soap:Envelope>

I've also tried several variations of the location path......I think it's the
namespace issue but I could be wrong.
Is the options valid for ignoring namespaces?

thanks,
Nancy
[EMAIL PROTECTED]
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to