You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Dan Mandutianu <ma...@pacbell.net> on 2001/04/03 04:20:38 UTC

new to SOAP and need help

Hi,
I installed SOAP with Tomcat, and when I try to run the samples, I get the following error:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>Unable to resolve namespace URI for 'xsd'.</faultstring>
<faultactor>/soap/servlet/rpcrouter</faultactor>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Could anybody tell me where to look for the reason?
Thank you.
Dan

Re: new to SOAP and need help

Posted by Dan Mandutianu <ma...@pacbell.net>.
It only happens when the call has parameters. The getAllListings() call
works fine.
Dan

----- Original Message -----
From: "ben" <be...@transvirtual.com>
To: <so...@xml.apache.org>
Sent: Monday, April 02, 2001 7:49 PM
Subject: Re: new to SOAP and need help


> I'm having the EXACT same problem.  Anyone out there know what's going on?
>
> On Mon, 02 Apr 2001, Dan Mandutianu wrote:
> > Date: Mon, 02 Apr 2001 19:20:38 -0700
> > To: soap-user@xml.apache.org
> > From: Dan Mandutianu <ma...@pacbell.net>
> > Reply-To: soap-user@xml.apache.org
> > Subject: new to SOAP and need help
> >
> > Hi,
> > I installed SOAP with Tomcat, and when I try to run the samples, I get
> > the following error:
> >
> > <SOAP-ENV:Envelope
> > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> > xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
> > xmlns:xsd="http://www.w3.org/1999/XMLSchema">
> > <SOAP-ENV:Body>
> > <SOAP-ENV:Fault>
> > <faultcode>SOAP-ENV:Client</faultcode>
> > <faultstring>Unable to resolve namespace URI for 'xsd'.</faultstring>
> > <faultactor>/soap/servlet/rpcrouter</faultactor>
> > </SOAP-ENV:Fault>
> > </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> >
> > Could anybody tell me where to look for the reason?
> > Thank you.
> > Dan
> >
> >
> --
> Ben Gardella
> Transvirtual Technologies, Inc.
> Berkeley, California
> 510-527-4025 x20
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: new to SOAP and need help

Posted by Dan Mandutianu <ma...@pacbell.net>.
It only happens when the call has parameters. The getAllListings() call
works fine.
Dan

----- Original Message -----
From: "ben" <be...@transvirtual.com>
To: <so...@xml.apache.org>
Sent: Monday, April 02, 2001 7:49 PM
Subject: Re: new to SOAP and need help


> I'm having the EXACT same problem.  Anyone out there know what's going on?
>
> On Mon, 02 Apr 2001, Dan Mandutianu wrote:
> > Date: Mon, 02 Apr 2001 19:20:38 -0700
> > To: soap-user@xml.apache.org
> > From: Dan Mandutianu <ma...@pacbell.net>
> > Reply-To: soap-user@xml.apache.org
> > Subject: new to SOAP and need help
> >
> > Hi,
> > I installed SOAP with Tomcat, and when I try to run the samples, I get
> > the following error:
> >
> > <SOAP-ENV:Envelope
> > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> > xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
> > xmlns:xsd="http://www.w3.org/1999/XMLSchema">
> > <SOAP-ENV:Body>
> > <SOAP-ENV:Fault>
> > <faultcode>SOAP-ENV:Client</faultcode>
> > <faultstring>Unable to resolve namespace URI for 'xsd'.</faultstring>
> > <faultactor>/soap/servlet/rpcrouter</faultactor>
> > </SOAP-ENV:Fault>
> > </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> >
> > Could anybody tell me where to look for the reason?
> > Thank you.
> > Dan
> >
> >
> --
> Ben Gardella
> Transvirtual Technologies, Inc.
> Berkeley, California
> 510-527-4025 x20
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
> For additional commands, email: soap-user-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: new to SOAP and need help

Posted by ben <be...@transvirtual.com>.
I'm having the EXACT same problem.  Anyone out there know what's going on?

On Mon, 02 Apr 2001, Dan Mandutianu wrote:
> Date: Mon, 02 Apr 2001 19:20:38 -0700
> To: soap-user@xml.apache.org
> From: Dan Mandutianu <ma...@pacbell.net>
> Reply-To: soap-user@xml.apache.org
> Subject: new to SOAP and need help
> 
> Hi,
> I installed SOAP with Tomcat, and when I try to run the samples, I get
> the following error:
> 
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/1999/XMLSchema">
> <SOAP-ENV:Body>
> <SOAP-ENV:Fault>
> <faultcode>SOAP-ENV:Client</faultcode>
> <faultstring>Unable to resolve namespace URI for 'xsd'.</faultstring>
> <faultactor>/soap/servlet/rpcrouter</faultactor>
> </SOAP-ENV:Fault>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> 
> Could anybody tell me where to look for the reason?
> Thank you.
> Dan
> 
> 
-- 
Ben Gardella
Transvirtual Technologies, Inc.
Berkeley, California
510-527-4025 x20


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org


Re: new to SOAP and need help

Posted by ben <be...@transvirtual.com>.
I'm having the EXACT same problem.  Anyone out there know what's going on?

On Mon, 02 Apr 2001, Dan Mandutianu wrote:
> Date: Mon, 02 Apr 2001 19:20:38 -0700
> To: soap-user@xml.apache.org
> From: Dan Mandutianu <ma...@pacbell.net>
> Reply-To: soap-user@xml.apache.org
> Subject: new to SOAP and need help
> 
> Hi,
> I installed SOAP with Tomcat, and when I try to run the samples, I get
> the following error:
> 
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/1999/XMLSchema">
> <SOAP-ENV:Body>
> <SOAP-ENV:Fault>
> <faultcode>SOAP-ENV:Client</faultcode>
> <faultstring>Unable to resolve namespace URI for 'xsd'.</faultstring>
> <faultactor>/soap/servlet/rpcrouter</faultactor>
> </SOAP-ENV:Fault>
> </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> 
> Could anybody tell me where to look for the reason?
> Thank you.
> Dan
> 
> 
-- 
Ben Gardella
Transvirtual Technologies, Inc.
Berkeley, California
510-527-4025 x20


---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org