SV: Deployment problem

2001-06-06 Thread kim . schjefstad
Hi! I can only guess, but I have had some problems using the ServiceManagerClient because I didn't use the same versions of soap.jar for the client and the server. I.e. I used SOAP.JAR 2.1 for the client (ServiceManagerClient) and soap.jar 2.2 for the server. Regards -kims- > -Opprinnelig

problem with long method names

2001-06-06 Thread Hugo Bouckaert
Hi We have encountered another problem, this time not with a soap/tomcat server but with a server connection to another soap server written in C++. While using Apache SOAP (both 2.1 and 2.2), I've encountered a problem with having long method names - the SOAP message that gets sent across the ne

Re: list, deploy and un-deploy not working

2001-06-06 Thread Hugo Bouckaert
Hi again I made a new directory "lib" under webapps and put all other jar files, except servlet.jar in there - so that the only jar file in /lib is servlet.jar. I also explicitly added the paths to xerces.jar and servlet.jar to by tomcat.bat file. I did the same for the CLASSPATH variably in the

Re: list, deploy and un-deploy not working

2001-06-06 Thread Kumar Raj
All the jar files under tomcat/lib will be set automatically when you run the /bin/tomcat.bat. Just ensure in the tomcat window that you dont see anyother servlet.jar file like jsdk.jar or so. Hugo Bouckaert wrote: > Thanks for that. > > You are right, I have several other jar files in the /lib

Re: list, deploy and un-deploy not working

2001-06-06 Thread Hugo Bouckaert
Thanks for that. You are right, I have several other jar files in the /lib directory. But I think I need those. I have: ant.jar, jasper.jar, jaxp.jar, parser.jar and webserver.jar. What would be the best place to put those? Thanks Hugo Kumar Raj wrote: > > Hi > As you previously did, xerce

Re: list, deploy and un-deploy not working

2001-06-06 Thread Kumar Raj
Hi As you previously did, xerces.jar should be in the first of the classpath. The reason you are getting java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet error may be becos there are some other servlet.jar in the classpath,other than the servlet.jar file which comes with the /lib. Ju

Deployment problem

2001-06-06 Thread oh
I have been using Apache Soap2.1, and it worked good for me except the problem of getting the information of HttpRequest. Now I want to upgrade the version to 2.2 because I was said that I can get what I need easily. But when I want to deploy my service program, I met the following error: (There

list, deploy and un-deploy not working

2001-06-06 Thread Hugo Bouckaert
Hi I am trying to establish a SOAP connection between a soap server working with tomcat (soap2.1 and tomcat3.2.1) and I have set up a test service. I eventually found out that a problem with "method not found" referred to the fact that I didn't have my xerces.jar as the very first thing in my

Re: Debug logging of messages?

2001-06-06 Thread Sanjiva Weerawarana
Not out of the box - you can use the tunnel to view what's going on, but if you want to log them you can write an envelope editor to do it. This question was asked today on the soap-user list too. Sanjiva. - Original Message - From: "David Melgar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

[ANN: SilverStream releases complete XML RPC/SOAP environment]

2001-06-06 Thread Erik Dasque
Hi, I thought you might be interested in the following product release announce : -- [ANN: SilverStream releases complete XML RPC/SOAP environment] SilverStream unveiled on June 4th a beta-release of its JBroker Web product, a complete XML RPC/SOAP environment : jBroker® Web is a complete XML

Debug logging of messages?

2001-06-06 Thread David Melgar
Is there some mechanism in Apache SOAP to log outgoing and incoming messages for debug? David Melgar Web Services Toolkit Development Emerging Technologies [EMAIL PROTECTED]

THANKS

2001-06-06 Thread pravin pachbhai
THANKS --- "Das, Kuntal" <[EMAIL PROTECTED]> wrote: > It's a very common problem. Look at the mailing > lists, and u'll find the > solutions. I myself have posted a few such > solutions. > > Thanks, > Kuntal Das > Charles Schwab & Co., Inc. > Wireless Technology > 45 Fremont, SF > Email : [EM

THANKS

2001-06-06 Thread pravin pachbhai
THANKS --- Scott Nichol <[EMAIL PROTECTED]> wrote: > The standard guess: are you using Xerces 1.3.1? If > so, change the version > of Xerces you use. > > - Original Message - > From: "pravin pachbhai" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 05, 2001 5:41 PM >

THANKS

2001-06-06 Thread pravin pachbhai
Thanks --- "Hansen, Richard" <[EMAIL PROTECTED]> wrote: > From the FAQ in the docs for soap 2.2: > > 1.5 Help! The Samples won't work. Every time I run > a sample client I get > this response: "Fault String = > java.lang.NoSuchMethodError" > Ensure that: > (a) You have deployed the sample serv

RE: problem please give me some solution

2001-06-06 Thread Hansen, Richard
>From the FAQ in the docs for soap 2.2: 1.5 Help! The Samples won't work. Every time I run a sample client I get this response: "Fault String = java.lang.NoSuchMethodError" Ensure that: (a) You have deployed the sample service you want to use. (b) Xerces.jar is the very first entry in your clas

problem please give me some solution

2001-06-06 Thread pravin pachbhai
I am trying to use install apache-soap to work with Tomcat. everything seems to go well but when I attempt to run the testit.cmd from addressbook I get the following error: Deploying the addressbook service... Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: F

problem please give me some solution

2001-06-06 Thread pravin pachbhai
I am trying to use install apache-soap to work with Tomcat. everything seems to go well but when I attempt to run the testit.cmd from addressbook I get the following error: Deploying the addressbook service... Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: F

HotSpot VM Error using SOAP 2.2

2001-06-06 Thread Peter Sylvester
I have a SOAP application that has been running under Apache SOAP 2.1 without issue. I tried to move up to SOAP 2.2 but get the following errors, apparantly randomly: # # HotSpot Virtual Machine Error, Unexpected Signal 10 # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi

AIX Problem

2001-06-06 Thread Santosh Kumar
Its more of a AIX problem rather than related to SOAP. There is a SOAP Client that is calling this native function add() of a java class. Now i have created a shared object file from the c-api which is in the same directory as the java class. Now when i run the client..I get this UnsatisfiedLin