I mis-read the error message.  Christian's response is correct.

Scott Nichol

----- Original Message -----
From: "Scott Nichol" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 10:35 AM
Subject: Re: Soap tutorial at http://www.soapuser.com/fr/server4.html


> You have not deployed the service.  There is a GUI admin tool to do this,
or
> you can use the command line
>
>     java org.apache.soap.server.ServiceManagerClient
> http://127.0.0.1:8080/soap/servlet/rpcrouter deploy dd.xml
>
> where you replace dd.xml with the name of the file containing the
deployment
> descriptor.  To see a list of deployed services, run
>
>     java org.apache.soap.server.ServiceManagerClient
> http://127.0.0.1:8080/soap/servlet/rpcrouter list
>
> You may also find the tutorial at
> http://www.scottnichol.com/basicapachesoapcoding.htm useful.
>
> Scott Nichol
>
> ----- Original Message -----
> From: "Eric Clement" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, September 19, 2002 10:00 AM
> Subject: Soap tutorial at http://www.soapuser.com/fr/server4.html
>
>
> > Hello,
> > Can anyone help to find out my problem.
> > What does mean this message when sending a message to a SOAP service
> (using
> > example founded at http://www.soapuser.com/fr/server4.html)
> >
> > C:\PersoECL\Techno\Soap>java
> > com.soapuser.soap.client.quotation.GetAllQuotations
> > http://127.0.0.1:8080/soap/servlet/rpcrouter
> > Generated fault:
> >   Fault Code   = SOAP-ENV:Client
> >   Fault String = Deployment error in SOAP service
'urn:QuotationService':
> > class name 'com.soapuser.soap.server.quotation.Quotation' could not be
> > resolved: com.s
> > oapuser.soap.server.quotation.Quotation
> >
> > Tanx you for help!
> >
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to