RE: SOAP Fault ..

2001-09-11 Thread Jyothi K
Title: SOAP Fault .. Hi,    Did you install anything new in your machine like JRun or anything else. Or did you put any other xml parser other than xerces into your jre/lib/ext recently. If so remove them and then try.   Thanks, Jyothi -Original Message-From: Madhav Inamti [

RE: SOAP Fault ..

2001-09-11 Thread Minhaj Basha Shaik
Hi, I am also getting exactly same error...any pointers would be of great help.. Minhaj.S -Original Message- From: Madhav Inamti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:30 PM To: '[EMAIL PROTECTED]' Subject: SOAP Fault .. Folks, I had installed SOAP 2.2 (

Help please....accessing java service using VBScript(MS SOAP Toolkit)??

2001-09-11 Thread Sekhar Nadella
Hi, I have deployed a webservice written in java on Websphere. when I'm calling this service using java client it works fine. when i try to call this using vbscript client I'm getting the following error. SOAP-ENV:Server java.lang.ClassCastException: org.apache.xerces.dom.ElementImpl /soap/servl

RE: SOAP Fault ..

2001-09-11 Thread Ryan Winkler
A couple ideas... make sure it's listed as one of the methods in your deployment, and make sure the method is public. -Ryan -Original Message- From: Madhav Inamti [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 12:00 PM To: '[EMAIL PROTECTED]' Subject: SOAP Fault .. Folk

SOAP Fault ..

2001-09-11 Thread Madhav Inamti
Title: SOAP Fault .. Folks, I had installed SOAP 2.2 ( Apache Web Server and Tomcat ) on my machine and everything was working fine until recently. Now when I try to deploy services, I get the following Fault Code = SOPA-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError

About multidimensional arrays in Apache SOAP

2001-09-11 Thread Paco Avila
Well, I think that multidimensional arrays are not SOAP compliant in Apache SOAP. This is a piece of the SOAP documentation:   Arrays may be multi-dimensional. In this case, more than one size will appear within the asize part of the arrayType attribute:    11    12    13    21    22   

Re: Clarification for org.apache.soap.messaging.Message method send()

2001-09-11 Thread Andreas Ullmann
In the case that your message is transportet via several intermediaries, the actionURI determines the "final" URI to which you want talk to. mathias salle wrote: > Hi, In org.apache.soap.messaging.Message method send(java.net.URL url, > java.lang.String actionURI, Envelope env) , what is the rol

Re: Clarification for org.apache.soap.messaging.Message method send()

2001-09-11 Thread Dmitri Colebatch
The SOAP spec (http://www.w3.org/TR/2000/NOTE-SOAP-2508) which Apache SOAP implements discusses the SOAPAction value as a way for the client to indicate to the server what action ought to tbe taken. When the transport used is HTTP, this parameter is passed as a HTTP header. see section 6.1 o

Clarification for org.apache.soap.messaging.Message method send()

2001-09-11 Thread mathias salle
Hi,   In org.apache.soap.messaging.Message method send(java.net.URL url, java.lang.String actionURI, Envelope env) , what is the role of actionURI, in the javadoc, it says: "the value of the SOAPAction header", I don't really understand what it means?  

Setting up Tomcat and Apache SOAP Client for SSL Communication.

2001-09-11 Thread vali
I'm setting up Apache Tomcat and SOAP client for SSL Communication. I have added security.provider.1=sun.security.provider.Sun security.provider.2=com.sun.net.ssl.internal.ssl.Provider in java.security file of JRE. generated certificates and keystores , and modified server.xml of my t