Hello ! Thanks for your prompt response - I am sure it is a CLASSPATH issue.
Let me clarify - I need the SERVER class file to be in the CLASSPATH of the SOAPSERVER. If so how can I check this and set this if not correct ? Thanks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 1:59 PM To: [EMAIL PROTECTED] Subject: Re: SOAP Environment Issues ? Please check your classpath and see that whereever you have put you .class service file, it is included in CLASSPATH. This is simple classpath problem. You are seeing the service deployed but your client is not finding the service class. ---------------------------------------------------------------------------- -------- Nishant Awasthi Corporate Systems Development Progressive Insurance Ryan Lambert <rlambert@zan To: [EMAIL PROTECTED] taz.com> cc: (bcc: Nishant Awasthi) Subject: SOAP Environment Issues ? 07/24/2002 04:57 PM Please respond to soap-dev Help ! I am trying to get some SOAP sample code to work. I have SOAP 2_3_1running on Apache. I can list & deploy the service and query the service and get the results listed below... List : Deployed Services: urn:hello_world Query : <isd:service xmlns:isd=" http://xml.apache.org/xml-soap/deployment <http://xml.apache.org/xml-soap/deployment> " id="urn:hello_world" checkMustUnderstands="false"> <isd:provider type="java" scope="Application" methods="sayHelloTo"> <isd:java class="HelloServer" static="false"/> </isd:provider> <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListene r> </isd:service> But when I run the client to call the server I get the following ( The Client simply calls the sayHelloTo method in the HelloServer ) java -classpath /home/rlambert/soap/test/:/opt/jaf/activation.jar:/opt/javamail/mail.jar:/op t/soap-2_3_1/lib/soap.jar:/opt/xerces/xerces.jar Client Ryan Generated fault: Fault Code = SOAP-ENV:Server.BadTargetObjectURI Fault String = Unable to resolve target object: HelloServer I did get SOAP working about 6 months ago - then took a break and am now back to it but things have changed and I can not get the environment correctly setup. HELP PLEASE HELP ! + Ryan Lambert ( Senior Software Engineer 8 Zantaz.com Inc O 5671 Gibraltar Drive Pleasanton, CA 94588 This e-mail has been captured and archived by the ZANTAZ Digital Safe(tm) service. For more information, visit us at www.zantaz.com. IMPORTANT: This electronic mail message is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by telephone or directly reply to the original message(s) sent. Thank you. This e-mail has been captured and archived by the ZANTAZ Digital Safe(tm) service. For more information, visit us at www.zantaz.com. IMPORTANT: This electronic mail message is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by telephone or directly reply to the original message(s) sent. Thank you. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>