At U2 University (San Francisco) I learned that
an Options entry in the XML map could tell the XDOM (soap download-parsing) to
ignore namespaces.

Alternately if I could 'use' the namespaces I would but that's not working
either.
There are 2 namespace links http://web.webservice... and
http://web1.webservice...

<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:LocPathResponse>
            <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