See http://xml.apache.org/soap/faq/faq_chawke.html#Q1_5 and http://xml.apache.org/soap/faq/faq_chawke.html#Q1_3 I think the problem occurs because you haven't included the path to the sample classes in the classpath used by BOTH your client and server. Hope this helps (shout if it doesn't!), Jonathan. >From: sourav datta <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: URGENT : AddressBook program not running on the Jrun server3.0 >Date: Thu, 23 Aug 2001 17:41:49 +0100 (BST) > > Hi, > >I could not find my error.When I want to run the >sample.addressbook.GetAddress program.The output >of the TCP Tunnel is as follows: > >request: ><SOAP-ENV:Body> ><SOAP-ENV:Fault> ><faultcode>SOAP-ENV:Client</faultcode> ><faultstring> >Deployment error in SOAP service 'urn:AddressFetcher': >class name 'samples.addressbook.Address' >could not be resolved:samples.addressbook.Address ></faultstring> ><faultactor>/soap/servlet/rpcrouter ></faultactor> ></SOAP-ENV:Fault> ></SOAP-ENV:Body> ></SOAP-ENV:Envelope> > > >What I found in the troubleshoot that this program >occur if the service is not properly deployed.It has >also asked to make sure that all the classes referred > >to form the deploymentdescriptor are available to >server runtime to load.In addition, whatever classes >list as serializer/deserializer in the deployment >descriptor must in fact implement the appropriate >interfaces to be legitimate. > > > >My deployment descriptor looks like below: > > >Deployed Service Information > > 'urn:AddressFetcher' Service Deployment Descriptor > >Property Details > > >ID urn:AddressFetcher > >Scope Application > >Provider java >Type > >Provider samples.addressbook.AddressBook >Class > >Use false >Static >Class > >Methods getAddressFromName, addEntry, > getAllListings, putListings > >Type >Mappings [TypeMapping encodingStyle= > http://schemas.xmlsoap.org/soap/encoding/, > elementType=urn:xml-soap-address- > demo:address,javaType=samples.addressbook. > Address,java2XMLClassName=org.apache.soap. > encoding.soapenc.BeanSerializer, > xml2JavaClassName=org.apache.soap. > encoding.soapenc.BeanSerializer] > [TypeMapping encodingStyle= > http://schemas.xmlsoap.org/soap/encoding/, > elementType=urn:xml-soap-address- > demo:phone,javaType=samples.addressbook. > PhoneNumber,java2XMLClassName=org.apache. > soap.encoding.soapenc.BeanSerializer, > xml2JavaClassName=org.apache.soap.encoding. > soapenc.BeanSerializer] > >Default >Mapping >Registry >Class > > > >Maybe someone can help me. > >regards, >sourav > >____________________________________________________________ >Do You Yahoo!? >Send a newsletter, share photos & files, conduct polls, organize chat >events. Visit http://in/ groups.yahoo.com _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
