You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Chiranjeevi Paruchur <CP...@orga.com> on 2001/08/06 16:10:20 UTC

Soap exception

Hi!

My SOAP service name is HelloChiran and when I run my client it throws me an error

Generated fault:
fault Code =SOAP-ENV:Server.Exception:
 Fault String =samples/chiran/HelloChiran (wrong name: HelloChiran)


can any one suggest me what would have gone wrong .

Chiran


Re: Soap exception

Posted by Richard Boehme <bo...@acm.jhu.edu>.
Are you trying to connect the client by pointing it at
samples.chiran.HelloChiran? One it's deployed, it is accessed in the
client by whatever name you created for it in the deployment descriptor
(IE urn:HelloChiran). like this

<ids service xmlns:isd "http://xml.apache.org/xml-soap/deployment"
id=urn:HelloChiran">
.
.
.

--Richard

On Mon, 6 Aug 2001, Chiranjeevi Paruchur wrote:

>
> Hi!
>
> My SOAP service name is HelloChiran and when I run my client it throws me an error
>
> Generated fault:
> fault Code =SOAP-ENV:Server.Exception:
>  Fault String =samples/chiran/HelloChiran (wrong name: HelloChiran)
>
>
> can any one suggest me what would have gone wrong .
>
> Chiran
>

-- 
-- Rich

boehme@hops.cs.jhu.edu
Dorm Phone: (410) 516-5974

http://hops.cs.jhu.edu/~boehme/


Re: Soap exception

Posted by Richard Boehme <bo...@acm.jhu.edu>.
Are you trying to connect the client by pointing it at
samples.chiran.HelloChiran? One it's deployed, it is accessed in the
client by whatever name you created for it in the deployment descriptor
(IE urn:HelloChiran). like this

<ids service xmlns:isd "http://xml.apache.org/xml-soap/deployment"
id=urn:HelloChiran">
.
.
.

--Richard

On Mon, 6 Aug 2001, Chiranjeevi Paruchur wrote:

>
> Hi!
>
> My SOAP service name is HelloChiran and when I run my client it throws me an error
>
> Generated fault:
> fault Code =SOAP-ENV:Server.Exception:
>  Fault String =samples/chiran/HelloChiran (wrong name: HelloChiran)
>
>
> can any one suggest me what would have gone wrong .
>
> Chiran
>

-- 
-- Rich

boehme@hops.cs.jhu.edu
Dorm Phone: (410) 516-5974

http://hops.cs.jhu.edu/~boehme/