RE: FaultString=java.lang.NoSuchMethod

2001-12-31 Thread William Brogden
Title: Message   -Original Message-From: CT Chou [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 6:33 PMTo: [EMAIL PROTECTED]; [EMAIL PROTECTED]Subject: RE: FaultString=java.lang.NoSuchMethodSensitivity: Private It might not be the path problem since

RE: FaultString=java.lang.NoSuchMethod

2001-12-31 Thread CT Chou
It might not be the path problem since I am getting the same error when try to list all services with java org.apache.soap.server.ServiceManagerClient rpc-router-url list       -Original Message- From: Francis Ho [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 3:21

RE: FaultString=java.lang.NoSuchMethod

2001-12-31 Thread CT Chou
Yes. I have c:\soap-2_2 directory in my classpath. I could run javap samples.stockquote.StockQuoteService   -Original Message- From: Francis Ho [mailto:[EMAIL PROTECTED]] Sent: Monday, December 31, 2001 3:21 PM To: [EMAIL PROTECTED] Subject: RE: FaultString=java.lang.NoSuchMeth

RE: FaultString=java.lang.NoSuchMethod

2001-12-31 Thread Francis Ho
Are the classes for your particular service visible to the servlet? (e.g. is it in the classpath?)   francis! >> -Original Message->> From: CT Chou [mailto:[EMAIL PROTECTED]]>> Sent: Monday, December 31, 2001 6:17 PM>> To: [EMAIL PROTECTED]>> Subject: FaultString=java.lang.NoSuchM

FaultString=java.lang.NoSuchMethod

2001-12-31 Thread CT Chou
Hi, I have SOAP 2.2 and Tomcat 3.2.3, Xerces 1.4.4 installed. This is my classpath c:\jars\xerces.jar;c:\jars\soap.jar;c:\jars\mail.jar;c:\jars\activation.jar; c:\jars\bsf.jar;c:\jars\js.jar;c:\soap-2_2 The server-side installation check is fine, i.e. I get "only support POST" when launch http:/

RE: Problem starting SOAP samples

2001-12-31 Thread Francis Ho
Make sure to install the Xerces.jar properly.   francis! -Original Message-From: CT Chou [mailto:[EMAIL PROTECTED]]Sent: Monday, December 31, 2001 2:35 PMTo: [EMAIL PROTECTED]Subject: Problem starting SOAP samples Hi,   I have installed Tomcat 3.2.3, JDK 1.3.1. T

*-unsubscribe

2001-12-31 Thread Jay Askren
*-unsubscribe   - Original Message - From: Robert Rogers To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Monday, December 31, 2001 5:14 PM Subject: Re: Problem starting SOAP samples well, one thing is: where is xerxes.jar in your classpath?? It should

Re: Problem starting SOAP samples

2001-12-31 Thread Robert Rogers
well, one thing is: where is xerxes.jar in your classpath?? It should be xerxex version 1.4.something. xerxes needs to be first in the classpath as well especially so that tomcat goes to it firrst before any other xml parser. One thing I did to cheat tomcat was drop xerxes.jar into tomcat/li

Building xerces source

2001-12-31 Thread ashish ranjan
Hi, I have modified the xerces(1-4_4) and want to build it. I followed the build instructions but couldnot build it. I am using the "make" utility of Visual Cafe. I am getting following error Error on line 13: expecting target : dependencies. Any help will be appreciated. Make file is: (i hav

RE: Problem starting SOAP samples

2001-12-31 Thread W. Scott Grant
You should have xercer.jar in your classpath.  Also you need to make sure that it is the first listing. -Original Message-From: CT Chou [mailto:[EMAIL PROTECTED]]Sent: Monday, December 31, 2001 11:35 AMTo: [EMAIL PROTECTED]Subject: Problem starting SOAP samples Hi,  

Re: Problem starting SOAP samples

2001-12-31 Thread Richard Bourland
looks like you are missing the Xercer.jar, download it from Apache and have it be the first jar in your classpath   CT Chou <[EMAIL PROTECTED]> wrote: Hi,   I have installed Tomcat 3.2.3, JDK 1.3.1. The SOAP server side installation works fine, i.e. I do get “Sorry, I don't speak via HTTP

Problem starting SOAP samples

2001-12-31 Thread CT Chou
Hi,   I have installed Tomcat 3.2.3, JDK 1.3.1. The SOAP server side installation works fine, i.e. I do get “Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me.” Message when launch http://localhost:port/soap/servlet/rpcrouter   I am trying to start the SOAP samp