You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Andrew Kelly <ap...@hotmail.com> on 2001/04/19 08:19:14 UTC

Unable to resolve namespace for URI 'xsd'

Dear all,

I'm new to this kind of thing, so please be gentle. I'm having difficulty 
with the latest version of Apache SOAP.

Whenever I connect to a service, either locally (using the Tomcat 3.1.1 on 
the server side) or to a services such as xmethods. I get an Unable to 
resolve namespace for URI error message.

This is becoming increasingly fustrating. I've written my own little test 
utility to see what the xml is coming back, and it seems fine

HTTP/1.0 200 OK
Via: 1.0 isupx12 (ICS 1.3.131), 1.0 MSP_iticpx1_itbproxy
Content-Length: 498
Content-Type: text/xml
Server: Electric/1.0

<?xml version='1.0' encoding='UTF-8'?>
<SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/' 
xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
xmlns:xsd='http://www.w3.org/1999/XMLSchema'
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' 
SOAP:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
<SOAP:Body>
<urn:getQuoteResponse xmlns:urn='urn:xmethods-delayed-quotes'>
<Result xsi:type='xsd:float'>65.43</Result>
</urn:getQuoteResponse>
</SOAP:Body>
</SOAP:Envelope>

Any thoughts or pointers would be appreciated.

Regards,

Andy.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


Re: Unable to resolve namespace for URI 'xsd'

Posted by Scott Nichol <sn...@computer.org>.
What versions of Apache SOAP and Xerces are you using?  I believe the latest nightly builds of SOAP
work with all Xerces versions past 1.2.x (not sure which x are supported, but I know 3 is).  The
SOAP 2.1 release build does not work with Xerces 1.3.1 and later.

Scott Nichol

----- Original Message -----
From: "Andrew Kelly" <ap...@hotmail.com>
To: <so...@xml.apache.org>
Sent: Thursday, April 19, 2001 02:19
Subject: Unable to resolve namespace for URI 'xsd'


> Dear all,
>
> I'm new to this kind of thing, so please be gentle. I'm having difficulty
> with the latest version of Apache SOAP.
>
> Whenever I connect to a service, either locally (using the Tomcat 3.1.1 on
> the server side) or to a services such as xmethods. I get an Unable to
> resolve namespace for URI error message.
>
> This is becoming increasingly fustrating. I've written my own little test
> utility to see what the xml is coming back, and it seems fine
>
> HTTP/1.0 200 OK
> Via: 1.0 isupx12 (ICS 1.3.131), 1.0 MSP_iticpx1_itbproxy
> Content-Length: 498
> Content-Type: text/xml
> Server: Electric/1.0
>
> <?xml version='1.0' encoding='UTF-8'?>
> <SOAP:Envelope xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'
> xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'
> xmlns:xsd='http://www.w3.org/1999/XMLSchema'
> xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
> SOAP:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
> <SOAP:Body>
> <urn:getQuoteResponse xmlns:urn='urn:xmethods-delayed-quotes'>
> <Result xsi:type='xsd:float'>65.43</Result>
> </urn:getQuoteResponse>
> </SOAP:Body>
> </SOAP:Envelope>
>
> Any thoughts or pointers would be appreciated.
>
> Regards,
>
> Andy.
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>