Eric, You cannot specify the location of your service class (com.soapuser.soap.server.quotation.Quotation) by using a docBase. Your service class is really part of your webapp, and as such, should be located under webapps\soap\WEB-INF\classes, specifically webapps\soap\WEB-INF\classes\com\soapuser\soap\server\quotation\Quotation.cl ass.
Scott Nichol ----- Original Message ----- From: "Eric Clement" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 20, 2002 8:34 AM Subject: RE: Soap tutorial at http://www.soapuser.com/fr/server4.html > I've just tried ;-) > Unfortunatly, the server's response is always the same and more I can't see > any message of the initialization phase > > By the way Christian, if you don't use context tag and server.xml, how can > you inform Tomcat about servlet localization? > > Thank you for considering my trouble > > Eric > > -----Message d'origine----- > De : Christian Bock [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi 20 septembre 2002 13:05 > À : [EMAIL PROTECTED] > Objet : Re: Soap tutorial at http://www.soapuser.com/fr/server4.html > > Eric, > > I did not work with the context tag ( and server.xml at all ), but what > looks realy bad to me is the line > > docBase="C:/PersoECL/Techno/Soap/soapuser-1.0/src/com/soapuser/soap/server/q > uotation" > I suppose, it should be > > docBase="C:/PersoECL/Techno/Soap/soapuser-1.0/src/" > because Quotation is in the package com.soapuser.soap.server.quotation ( I > guess ) > > perhaps try to use the original configuration and just copy the code into > the dirs I quoted earlier. > If that works, you still can do some advanced configurations. > > perhaps I should read the tutorial you quoted to help you out :-) > > chris > ----- Original Message ----- > From: Eric Clement <mailto:[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Sent: Friday, September 20, 2002 12:40 PM > Subject: Soap tutorial at http://www.soapuser.com/fr/server4.html > <http://www.soapuser.com/fr/server4.html> > > I still have the same response from the server. > Maybe I have to set server.xml in a specific way? > Here is the current release: > > <Context path="/quotation" > > docBase="C:/PersoECL/Techno/Soap/soapuser-1.0/src/com/soapuser/soap/server/q > uotation" > crossContext="true" > debug="0" > reloadable="true" > trusted="false"> > </Context> > > With that I can see initialization phase of Quotation running. > After deployment, I can see my service with Apache Soap Admin but I still > have the same error when calling soap service. > Is it important to say that I'm not using any Java IDE? > > Thanks again > > Eric > > -----Message d'origine----- > De : Christian Bock [mailto:[EMAIL PROTECTED]] > Envoyé : jeudi 19 septembre 2002 16:35 > À : [EMAIL PROTECTED] > Objet : Re: Soap tutorial at http://www.soapuser.com/fr/server4.html > > Eric, > > your soap server does not find > 'com.soapuser.soap.server.quotation.Quotation' > it must be in > webapps\soap\WEB-INF\classes ( the classes ) or > webapps\soap\WEB-INF\lib ( the *.jar ) > > chris > ----- Original Message ----- > From: Eric Clement <mailto:[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Sent: Thursday, September 19, 2002 4:00 PM > Subject: Soap tutorial at http://www.soapuser.com/fr/server4.html > <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]>