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 Robi Sen <r...@granularity.net> on 2001/05/04 05:26:37 UTC

Re: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

do you mean xerces 1.3.1 or a nightly build?

"Cole, Rob" wrote:

> soap 21 does not work with latest xerces!
> back xerces down a notch and theses errors will go awaay!!
>
> Rob Cole
>
> -----Original Message-----
> From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> Sent: Wednesday, May 02, 2001 3:17 PM
> To: soap-user@xml.apache.org
> Subject: Problem in running samples : [SOAPException:
> faultCode=SOAP-ENV:Client;
>
> Hello
>
> Does anyone know what is the cause of the following error msg.
>
> Thanks
>
> --Sendhil
>
> D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> This test assumes a server URL of


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


Re: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by Balaji <br...@iona.com>.
Hi,

Actually this is the problem with the xerces parser... the namespace
awareness property is defaulted to false.... it has to be set to true for
all the namespace methods to return proper values... i dont know whether
they corrected this bug....

hope this helps

Balaji

----- Original Message -----
From: "P Sreenivasa Rao" <ps...@cmcltd.com>
To: <so...@xml.apache.org>; <ka...@changepond.com>
Sent: Friday, May 04, 2001 2:50 AM
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> Hi,
> When I tried with 1.3.0,I'm getting the error whioch I got thru 1.2.1
> error is:
> Generated fault:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = org.w3c.dom.Node: method
> getNamespaceURI()Ljava/lang/String; no
> t found
>
> Anyone can help?
> TIA,
> Sreenivas
>
> ----- Original Message -----
> From: Kamlesh Lal <ka...@changepond.com>
> To: <so...@xml.apache.org>
> Sent: Friday, May 04, 2001 10:40 PM
> Subject: RE: Problem in running samples : [SOAPException:
> faultCode=SOAP-ENV:Client;
>
>
> > try with xerces 1.3.0
> >
> > -----Original Message-----
> > From: P Sreenivasa Rao [mailto:psrao@cmcltd.com]
> > Sent: Friday, May 04, 2001 1:19 AM
> > To: soap-user@xml.apache.org
> > Cc: bravi@iona.com
> > Subject: Re: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> >
> > Hi ,
> > I'm also getting the same problem i.e SOAPException:
> > faultCode=SOAP-ENV:Client; with xerces1.3.1
> > But yesterday,I tried with xerces1.0.1 ,then I got some error like no
> method
> > found getNamespaceURI .
> > I'm using saop2.1 with tomcat3.2.1.
> > Another thing,when I go to URL http://localhost:8080/soap/index.html,and
> > click the visit option for Soap RPC router,it's giving error like
> > SOAP RPC Router
> > "Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to
> me"
> > But this is the example,which I dint chage anything.Is this behaviour is
> > correct?
> > Can anyone help.Thanks in advance,
> > Sreenivas
> >
> > ----- Original Message -----
> > From: Robi Sen <r...@granularity.net>
> > To: <so...@xml.apache.org>
> > Sent: Friday, May 04, 2001 8:56 AM
> > Subject: Re: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> >
> > > do you mean xerces 1.3.1 or a nightly build?
> > >
> > > "Cole, Rob" wrote:
> > >
> > > > soap 21 does not work with latest xerces!
> > > > back xerces down a notch and theses errors will go awaay!!
> > > >
> > > > Rob Cole
> > > >
> > > > -----Original Message-----
> > > > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > > > Sent: Wednesday, May 02, 2001 3:17 PM
> > > > To: soap-user@xml.apache.org
> > > > Subject: Problem in running samples : [SOAPException:
> > > > faultCode=SOAP-ENV:Client;
> > > >
> > > > Hello
> > > >
> > > > Does anyone know what is the cause of the following error msg.
> > > >
> > > > Thanks
> > > >
> > > > --Sendhil
> > > >
> > > > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > > > This test assumes a server URL of
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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
> >
> >
> > ---------------------------------------------------------------------
> > 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
>


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


Re: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by Balaji <br...@iona.com>.
Hi,

Actually this is the problem with the xerces parser... the namespace
awareness property is defaulted to false.... it has to be set to true for
all the namespace methods to return proper values... i dont know whether
they corrected this bug....

hope this helps

Balaji

----- Original Message -----
From: "P Sreenivasa Rao" <ps...@cmcltd.com>
To: <so...@xml.apache.org>; <ka...@changepond.com>
Sent: Friday, May 04, 2001 2:50 AM
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> Hi,
> When I tried with 1.3.0,I'm getting the error whioch I got thru 1.2.1
> error is:
> Generated fault:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = org.w3c.dom.Node: method
> getNamespaceURI()Ljava/lang/String; no
> t found
>
> Anyone can help?
> TIA,
> Sreenivas
>
> ----- Original Message -----
> From: Kamlesh Lal <ka...@changepond.com>
> To: <so...@xml.apache.org>
> Sent: Friday, May 04, 2001 10:40 PM
> Subject: RE: Problem in running samples : [SOAPException:
> faultCode=SOAP-ENV:Client;
>
>
> > try with xerces 1.3.0
> >
> > -----Original Message-----
> > From: P Sreenivasa Rao [mailto:psrao@cmcltd.com]
> > Sent: Friday, May 04, 2001 1:19 AM
> > To: soap-user@xml.apache.org
> > Cc: bravi@iona.com
> > Subject: Re: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> >
> > Hi ,
> > I'm also getting the same problem i.e SOAPException:
> > faultCode=SOAP-ENV:Client; with xerces1.3.1
> > But yesterday,I tried with xerces1.0.1 ,then I got some error like no
> method
> > found getNamespaceURI .
> > I'm using saop2.1 with tomcat3.2.1.
> > Another thing,when I go to URL http://localhost:8080/soap/index.html,and
> > click the visit option for Soap RPC router,it's giving error like
> > SOAP RPC Router
> > "Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to
> me"
> > But this is the example,which I dint chage anything.Is this behaviour is
> > correct?
> > Can anyone help.Thanks in advance,
> > Sreenivas
> >
> > ----- Original Message -----
> > From: Robi Sen <r...@granularity.net>
> > To: <so...@xml.apache.org>
> > Sent: Friday, May 04, 2001 8:56 AM
> > Subject: Re: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> >
> > > do you mean xerces 1.3.1 or a nightly build?
> > >
> > > "Cole, Rob" wrote:
> > >
> > > > soap 21 does not work with latest xerces!
> > > > back xerces down a notch and theses errors will go awaay!!
> > > >
> > > > Rob Cole
> > > >
> > > > -----Original Message-----
> > > > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > > > Sent: Wednesday, May 02, 2001 3:17 PM
> > > > To: soap-user@xml.apache.org
> > > > Subject: Problem in running samples : [SOAPException:
> > > > faultCode=SOAP-ENV:Client;
> > > >
> > > > Hello
> > > >
> > > > Does anyone know what is the cause of the following error msg.
> > > >
> > > > Thanks
> > > >
> > > > --Sendhil
> > > >
> > > > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > > > This test assumes a server URL of
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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
> >
> >
> > ---------------------------------------------------------------------
> > 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
>


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


Re: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by P Sreenivasa Rao <ps...@cmcltd.com>.
Hi,
When I tried with 1.3.0,I'm getting the error whioch I got thru 1.2.1
error is:
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = org.w3c.dom.Node: method
getNamespaceURI()Ljava/lang/String; no
t found

Anyone can help?
TIA,
Sreenivas

----- Original Message -----
From: Kamlesh Lal <ka...@changepond.com>
To: <so...@xml.apache.org>
Sent: Friday, May 04, 2001 10:40 PM
Subject: RE: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> try with xerces 1.3.0
>
> -----Original Message-----
> From: P Sreenivasa Rao [mailto:psrao@cmcltd.com]
> Sent: Friday, May 04, 2001 1:19 AM
> To: soap-user@xml.apache.org
> Cc: bravi@iona.com
> Subject: Re: Problem in running samples : [SOAPException:
> faultCode=SOAP-ENV:Client;
>
>
> Hi ,
> I'm also getting the same problem i.e SOAPException:
> faultCode=SOAP-ENV:Client; with xerces1.3.1
> But yesterday,I tried with xerces1.0.1 ,then I got some error like no
method
> found getNamespaceURI .
> I'm using saop2.1 with tomcat3.2.1.
> Another thing,when I go to URL http://localhost:8080/soap/index.html,and
> click the visit option for Soap RPC router,it's giving error like
> SOAP RPC Router
> "Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to
me"
> But this is the example,which I dint chage anything.Is this behaviour is
> correct?
> Can anyone help.Thanks in advance,
> Sreenivas
>
> ----- Original Message -----
> From: Robi Sen <r...@granularity.net>
> To: <so...@xml.apache.org>
> Sent: Friday, May 04, 2001 8:56 AM
> Subject: Re: Problem in running samples : [SOAPException:
> faultCode=SOAP-ENV:Client;
>
>
> > do you mean xerces 1.3.1 or a nightly build?
> >
> > "Cole, Rob" wrote:
> >
> > > soap 21 does not work with latest xerces!
> > > back xerces down a notch and theses errors will go awaay!!
> > >
> > > Rob Cole
> > >
> > > -----Original Message-----
> > > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > > Sent: Wednesday, May 02, 2001 3:17 PM
> > > To: soap-user@xml.apache.org
> > > Subject: Problem in running samples : [SOAPException:
> > > faultCode=SOAP-ENV:Client;
> > >
> > > Hello
> > >
> > > Does anyone know what is the cause of the following error msg.
> > >
> > > Thanks
> > >
> > > --Sendhil
> > >
> > > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > > This test assumes a server URL of
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
>
> ---------------------------------------------------------------------
> 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: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by P Sreenivasa Rao <ps...@cmcltd.com>.
Hi,
When I tried with 1.3.0,I'm getting the error whioch I got thru 1.2.1
error is:
Generated fault:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = org.w3c.dom.Node: method
getNamespaceURI()Ljava/lang/String; no
t found

Anyone can help?
TIA,
Sreenivas

----- Original Message -----
From: Kamlesh Lal <ka...@changepond.com>
To: <so...@xml.apache.org>
Sent: Friday, May 04, 2001 10:40 PM
Subject: RE: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> try with xerces 1.3.0
>
> -----Original Message-----
> From: P Sreenivasa Rao [mailto:psrao@cmcltd.com]
> Sent: Friday, May 04, 2001 1:19 AM
> To: soap-user@xml.apache.org
> Cc: bravi@iona.com
> Subject: Re: Problem in running samples : [SOAPException:
> faultCode=SOAP-ENV:Client;
>
>
> Hi ,
> I'm also getting the same problem i.e SOAPException:
> faultCode=SOAP-ENV:Client; with xerces1.3.1
> But yesterday,I tried with xerces1.0.1 ,then I got some error like no
method
> found getNamespaceURI .
> I'm using saop2.1 with tomcat3.2.1.
> Another thing,when I go to URL http://localhost:8080/soap/index.html,and
> click the visit option for Soap RPC router,it's giving error like
> SOAP RPC Router
> "Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to
me"
> But this is the example,which I dint chage anything.Is this behaviour is
> correct?
> Can anyone help.Thanks in advance,
> Sreenivas
>
> ----- Original Message -----
> From: Robi Sen <r...@granularity.net>
> To: <so...@xml.apache.org>
> Sent: Friday, May 04, 2001 8:56 AM
> Subject: Re: Problem in running samples : [SOAPException:
> faultCode=SOAP-ENV:Client;
>
>
> > do you mean xerces 1.3.1 or a nightly build?
> >
> > "Cole, Rob" wrote:
> >
> > > soap 21 does not work with latest xerces!
> > > back xerces down a notch and theses errors will go awaay!!
> > >
> > > Rob Cole
> > >
> > > -----Original Message-----
> > > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > > Sent: Wednesday, May 02, 2001 3:17 PM
> > > To: soap-user@xml.apache.org
> > > Subject: Problem in running samples : [SOAPException:
> > > faultCode=SOAP-ENV:Client;
> > >
> > > Hello
> > >
> > > Does anyone know what is the cause of the following error msg.
> > >
> > > Thanks
> > >
> > > --Sendhil
> > >
> > > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > > This test assumes a server URL of
> >
> >
> > ---------------------------------------------------------------------
> > 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
>
>
> ---------------------------------------------------------------------
> 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: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by Kamlesh Lal <ka...@changepond.com>.
try with xerces 1.3.0

-----Original Message-----
From: P Sreenivasa Rao [mailto:psrao@cmcltd.com]
Sent: Friday, May 04, 2001 1:19 AM
To: soap-user@xml.apache.org
Cc: bravi@iona.com
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


Hi ,
I'm also getting the same problem i.e SOAPException:
faultCode=SOAP-ENV:Client; with xerces1.3.1
But yesterday,I tried with xerces1.0.1 ,then I got some error like no method
found getNamespaceURI .
I'm using saop2.1 with tomcat3.2.1.
Another thing,when I go to URL http://localhost:8080/soap/index.html,and
click the visit option for Soap RPC router,it's giving error like
SOAP RPC Router
"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me"
But this is the example,which I dint chage anything.Is this behaviour is
correct?
Can anyone help.Thanks in advance,
Sreenivas

----- Original Message -----
From: Robi Sen <r...@granularity.net>
To: <so...@xml.apache.org>
Sent: Friday, May 04, 2001 8:56 AM
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> do you mean xerces 1.3.1 or a nightly build?
>
> "Cole, Rob" wrote:
>
> > soap 21 does not work with latest xerces!
> > back xerces down a notch and theses errors will go awaay!!
> >
> > Rob Cole
> >
> > -----Original Message-----
> > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > Sent: Wednesday, May 02, 2001 3:17 PM
> > To: soap-user@xml.apache.org
> > Subject: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> > Hello
> >
> > Does anyone know what is the cause of the following error msg.
> >
> > Thanks
> >
> > --Sendhil
> >
> > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > This test assumes a server URL of
>
>
> ---------------------------------------------------------------------
> 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


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


RE: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by Kamlesh Lal <ka...@changepond.com>.
try with xerces 1.3.0

-----Original Message-----
From: P Sreenivasa Rao [mailto:psrao@cmcltd.com]
Sent: Friday, May 04, 2001 1:19 AM
To: soap-user@xml.apache.org
Cc: bravi@iona.com
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


Hi ,
I'm also getting the same problem i.e SOAPException:
faultCode=SOAP-ENV:Client; with xerces1.3.1
But yesterday,I tried with xerces1.0.1 ,then I got some error like no method
found getNamespaceURI .
I'm using saop2.1 with tomcat3.2.1.
Another thing,when I go to URL http://localhost:8080/soap/index.html,and
click the visit option for Soap RPC router,it's giving error like
SOAP RPC Router
"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me"
But this is the example,which I dint chage anything.Is this behaviour is
correct?
Can anyone help.Thanks in advance,
Sreenivas

----- Original Message -----
From: Robi Sen <r...@granularity.net>
To: <so...@xml.apache.org>
Sent: Friday, May 04, 2001 8:56 AM
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> do you mean xerces 1.3.1 or a nightly build?
>
> "Cole, Rob" wrote:
>
> > soap 21 does not work with latest xerces!
> > back xerces down a notch and theses errors will go awaay!!
> >
> > Rob Cole
> >
> > -----Original Message-----
> > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > Sent: Wednesday, May 02, 2001 3:17 PM
> > To: soap-user@xml.apache.org
> > Subject: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> > Hello
> >
> > Does anyone know what is the cause of the following error msg.
> >
> > Thanks
> >
> > --Sendhil
> >
> > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > This test assumes a server URL of
>
>
> ---------------------------------------------------------------------
> 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


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


Re: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by P Sreenivasa Rao <ps...@cmcltd.com>.
Hi ,
I'm also getting the same problem i.e SOAPException:
faultCode=SOAP-ENV:Client; with xerces1.3.1
But yesterday,I tried with xerces1.0.1 ,then I got some error like no method
found getNamespaceURI .
I'm using saop2.1 with tomcat3.2.1.
Another thing,when I go to URL http://localhost:8080/soap/index.html,and
click the visit option for Soap RPC router,it's giving error like
SOAP RPC Router
"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me"
But this is the example,which I dint chage anything.Is this behaviour is
correct?
Can anyone help.Thanks in advance,
Sreenivas

----- Original Message -----
From: Robi Sen <r...@granularity.net>
To: <so...@xml.apache.org>
Sent: Friday, May 04, 2001 8:56 AM
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> do you mean xerces 1.3.1 or a nightly build?
>
> "Cole, Rob" wrote:
>
> > soap 21 does not work with latest xerces!
> > back xerces down a notch and theses errors will go awaay!!
> >
> > Rob Cole
> >
> > -----Original Message-----
> > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > Sent: Wednesday, May 02, 2001 3:17 PM
> > To: soap-user@xml.apache.org
> > Subject: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> > Hello
> >
> > Does anyone know what is the cause of the following error msg.
> >
> > Thanks
> >
> > --Sendhil
> >
> > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > This test assumes a server URL of
>
>
> ---------------------------------------------------------------------
> 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: Problem in running samples : [SOAPException: faultCode=SOAP-ENV:Client;

Posted by P Sreenivasa Rao <ps...@cmcltd.com>.
Hi ,
I'm also getting the same problem i.e SOAPException:
faultCode=SOAP-ENV:Client; with xerces1.3.1
But yesterday,I tried with xerces1.0.1 ,then I got some error like no method
found getNamespaceURI .
I'm using saop2.1 with tomcat3.2.1.
Another thing,when I go to URL http://localhost:8080/soap/index.html,and
click the visit option for Soap RPC router,it's giving error like
SOAP RPC Router
"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me"
But this is the example,which I dint chage anything.Is this behaviour is
correct?
Can anyone help.Thanks in advance,
Sreenivas

----- Original Message -----
From: Robi Sen <r...@granularity.net>
To: <so...@xml.apache.org>
Sent: Friday, May 04, 2001 8:56 AM
Subject: Re: Problem in running samples : [SOAPException:
faultCode=SOAP-ENV:Client;


> do you mean xerces 1.3.1 or a nightly build?
>
> "Cole, Rob" wrote:
>
> > soap 21 does not work with latest xerces!
> > back xerces down a notch and theses errors will go awaay!!
> >
> > Rob Cole
> >
> > -----Original Message-----
> > From: Sendhil Chokkalingam [mailto:Sendhil.Chokkalingam@onsemi.com]
> > Sent: Wednesday, May 02, 2001 3:17 PM
> > To: soap-user@xml.apache.org
> > Subject: Problem in running samples : [SOAPException:
> > faultCode=SOAP-ENV:Client;
> >
> > Hello
> >
> > Does anyone know what is the cause of the following error msg.
> >
> > Thanks
> >
> > --Sendhil
> >
> > D:\Program Files\Apache Group\soap-2_1\samples\addressbook>testit
> > This test assumes a server URL of
>
>
> ---------------------------------------------------------------------
> 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