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 Ganapathi Rao <gr...@opt4.com> on 2002/07/13 02:00:51 UTC

RE: Please Help!!!

Hi,
 
You problem can be solved by putting the address app. classes in the
<beahome>/<weblogic6.1>/config/mydomain/soap/web-inf/lib.
 
--Ganapathi

-----Original Message-----
From: Sanghi, Chetan [mailto:csanghi@creekpath.com]
Sent: Friday, July 12, 2002 5:07 PM
To: 'soap-user@xml.apache.org'
Subject: Please Help!!!



Hi 

I am trying to test successfully clinet-server stuff for Apache-Soap. 

My server is WebLogic Server. I am able to deploy and undeploy the services.
I have deployed the "AddressBook" service and then I am trying to run the
client test by issuing following command:

C:\> java samples.addressbook.GetAddress
http://cheetah.corp.creekpath.com:7001/soap/servlet/rpcrouter
<http://cheetah.corp.creekpath.com:7001/soap/servlet/rpcrouter>  "John B.
Good" 

And I get the following error: 

****************************************************************************
****************** 
Generated fault: [Attributes={}] [faultCode=SOAP-ENV:Client]
[faultString=Deployment error in SOAP service 'urn:AddressFetcher': class
name 'samples.addressbook.Address' could not be resolved:
samples.addressbook.Address] [faultActorURI=/soap/servlet/rpcrouter]
[DetailEntries=] [FaultEntries=]

****************************************************************************
***************** 

My client classpath is as follows: 

CLASSPATH=.;C:\tools\SOAP\apachesoap\soap-bin-2.3\soap-2_3;C:\tools\SOAP\apa
ches 
oap\soap-bin-2.3\soap-2_3\lib\soap.jar;C:\tools\javamail\javamail-1_3\javama
il-1 
.3\mail.jar;C:\tools\javabeanactframework\jaf-1_0_2\jaf-1.0.2\activation.jar
;C:\ 
tools\apache-xerces\Xerces-J-bin.2.0.2\xerces-2_0_2\xercesImpl.jar;C:\tools\
apac 
he-xerces\Xerces-J-bin.2.0.2\xerces-2_0_2\xmlParserAPIs.jar;C:\AIM\ThirdPart
y\ju 
nit3.7\junit.jar;C:\JBuilder4\lib\ext\jrefactory.jar;C:\tools\jCVS-5.2.2\jar
s\jc 
vsii.jar;C:\AIM\Build\classes;C:\tools\crimson.jar;..\.. 

And server classpath also has the "path to base apache-soap directory",
"mail.jar", "Activation.jar", xerces jar files and path to "soap.jar".

When I deploy the service on Server through admin tool I don't get any sort
of error? I assume that means service was successfully deployed.

Please help me by telling what is wrong with my setup and why I am not able
to run the example. 

Thanks in advance. 


Regards, 
Chetan Sanghi