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/quotation"

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 -----

To: [EMAIL PROTECTED]

Sent: Friday, September 20, 2002 12:40 PM

Subject: Soap tutorial at 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/quotation"

                 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 -----

 

To: [EMAIL PROTECTED]

Sent: Thursday, September 19, 2002 4:00 PM

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!

Reply via email to