System.err.println("In echo"); Is this output visible to me?

2002-03-09 Thread Stan Jordan
In the file "samples\attachments\EchoAttachmentsService.java" this line appears: System.err.println("In echo"); Where does this output go? Is the output visible to me? I am using Tomcat 4.0. Thanks. Stan

org.apache.axis.encoding.DeserializationContextImpl.parse (method not found?)

2002-03-09 Thread Arun swaran Jagatheesan
I get this when i try to use the beta candidate or the nightly version (Mar 08). I have catalina, xerces and xalan (with latest version) on classpath and also on the lib directory in the WEB-INF. I don't have any other version of axis on my computer. ANy ideas on what i am missing? Thanks, Arun.

MsgDispatcher. invoke() BUG or oops ?

2002-03-09 Thread herve attia
concerning my previous mail. see below As the NamespaceURI is null when the invoke() (see Call.java) method is called (document centric approach : MsgDispatcher) I had to force this value as following :   String url = "http://localhost:8080/axis/services/POSubmission" Service service = new Se

RE: Problem in using axis

2002-03-09 Thread Arun swaran Jagatheesan
Refer yesterday's mails on this list from archive. You might be having some older version of axis.jar some where on your computer. Arun. > -Original Message- > From: Pradeep PJ [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 09, 2002 3:25 AM > To: [EMAIL PROTECTED] > Subject: Problem

Issue sample MsgDispatcher. Call with null namespace URI for method null !

2002-03-09 Thread herve attia
Hello all, I try to run sample based on a document-centric SOAP processing (MsgDispatcher) approach with Axis Alpha3. The deployment of this service look like : To invoke this document service, I have a client which looks like : ... String url = "http://localhost:8080/axis/s

InterOP MS Soap

2002-03-09 Thread christian.bacher
hi, i'm a new user of axis. im very impressed it works fine! But i have some questions: My configuration is: Linux, tomcat 3.3a and java 1.4. By the way, why does axis not run with tomcat 4.0.2,4.0.3? --> ClassNotFoundException javax.xml. (I checked Classpaths more than once!) Now my qu

SOAP with Attachments

2002-03-09 Thread Ramon Turnes
Hi guys, I have been banging my head against the wall trying to figure out why my examples with attachments did not work and a very similar one in WSTK worked when we both are using the same version of axis. I though they had changed axis code but then I figured out that the difference was one

Problem in using axis

2002-03-09 Thread Pradeep PJ
Hi, When I try to deploy any sample web service given along with the axis pack (I am using AdminClient to deploy the service at the command prompt), I get the following error.I am using Tomcat as my app server.could anyone help me out in solving this??