Return-Path: Delivered-To: apmail-xml-soap-user-archive@xml.apache.org Received: (qmail 95449 invoked by uid 500); 4 Jun 2001 21:15:09 -0000 Mailing-List: contact soap-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: soap-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list soap-user@xml.apache.org Received: (qmail 95437 invoked from network); 4 Jun 2001 21:15:08 -0000 Received: from igw3.watson.ibm.com (198.81.209.18) by h31.sny.collab.net with SMTP; 4 Jun 2001 21:15:08 -0000 Received: from sp1n189at0.watson.ibm.com (sp1n189at0.watson.ibm.com [9.2.104.62]) by igw3.watson.ibm.com (8.11.2/8.11.2) with ESMTP id f54LEjR08582 for ; Mon, 4 Jun 2001 17:14:45 -0400 Received: from LANKABOOK2 (LANKABOOK2.watson.ibm.com [9.2.18.116]) by sp1n189at0.watson.ibm.com (8.9.3/Feb-20-98) with SMTP id RAA24580 for ; Mon, 4 Jun 2001 17:14:45 -0400 Message-ID: <03ff01c0ed3b$6095fe70$20b0e220@watson.ibm.com> From: "Sanjiva Weerawarana" To: References: <006901c0ed37$3c11fd50$5bb91fcc@AYUSHNET> Subject: Re: Need help on win2000 soap run with tomcat Date: Mon, 4 Jun 2001 17:14:44 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Please see the docs - in the troubleshooting section in the User's guide there's an item covering exactly this problem. Sanjiva. ----- Original Message ----- From: "Shyam Sarkar" To: Sent: Monday, June 04, 2001 4:44 PM Subject: Re: Need help on win2000 soap run with tomcat Hi, I did replace xerces 1.3.1 with 1.4.0. and could deploy and list but getting other problems for methods. Please help me to solve it: --------------------------------------------error reported below----------------------------------------- >C:\xml\soap\soap-2_1>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy C:\xml\soap\soap-2_1\samples\addressbook\DeploymentDescriptor.xml >C:\xml\soap\soap-2_1>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list Deployed Services: urn:AddressFetcher >C:\xml\soap\soap-2_1>java samples.addressbook.GetAddress http://localhost:8080/soap/servlet/rpcrouter "John B. Good" Generated fault: Fault Code = SOAP-ENV:Client Fault String = deployment error in SOAP service 'urn:AddressFetcher': class name 'samples.addressbook.Address' could not be resolved: samples.addressbook.Address ---------------------------------------------------------------------------- --- ----- Original Message ----- From: Matthew J. Duftler To: soap-user@xml.apache.org Sent: Monday, June 04, 2001 12:13 PM Subject: RE: Need help on win2000 soap run with tomcat Hi Shyam, Are you using Xerces v1.3.1? If you are, please you a different version of Xerces, or any other JAXP-compliant parser. Thanks, -Matt -----Original Message----- From: Shyam Sarkar [mailto:ssarkar@ix.netcom.com] Sent: Monday, June 04, 2001 2:06 PM To: soap-user@xml.apache.org Subject: Need help on win2000 soap run with tomcat C:\xml\soap\soap-2_1\samples\addressbook>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=A 'http://schemas.xmlsoap.org/soap/envelope/:Fault' element must contain a: 'faultcode' element.; targetException=java.lang.IllegalArgumentException: A 'http://schemas.xmlsoap. org/soap/envelope/:Fault' element must contain a: 'faultcode' element.] at org.apache.soap.rpc.Call.invoke(Call.java:244) at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien t.java:127) at org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java :140) at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2 28) C:\xml\soap\soap-2_1\samples\addressbook>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Unable to resolve namespace URI for 'ns2'.; targetException=java.lang.IllegalArgumentException: Unable to resolve namespace URI for 'ns2'.] at org.apache.soap.rpc.Call.invoke(Call.java:244) at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClien t.java:127) at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient.java:1 49) at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2 35) --------------------------------------------------------------------- To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org For additional commands, email: soap-user-help@xml.apache.org