Hi,
I'll be using Java.
What do you mean by "taking
a look at the internal details of the method" ?
Any help would me much
appreciated.
Thanks,
Joan.
-Original
Message-
From: mangesh ulhare
[mailto:[EMAIL PROTECTED]
Sent: 05 December
Hi All,
Can any one please give me the differences
betwwen the Apache SOAP 2.0 and Axis ?
Thanks & Regards
Dhanush
**
Scanned by eScan Content-Security and Anti-Virus Software.
Visit http://www.mwti.net for more info o
Hi!
I downloaded the latest nightly build ( post 2_3_1 ) SOAP. I am using it
with UDDI4J to connect to an registry. When I tried to connect to uddi, I
got the following exception: TransportException: ParsingError: response was:
File "" not found.
I found out, the problem lies in org.apache.soap.u
Hi, I'm trying to send a SOAP message over SSL from a servlet running under
websphere 4.0.4. Websphere uses the IBM implementation of JSSE and while I
believe that this shouldn't cause me any problem, I'm getting the following
error when I invoke the SOAP call.
Caught SOAPException (SOAP-ENV:C
I think you may have to create a keystore (using keytool utility and add server
certificate to this keystore. In the code you can set these parameters.
System.setProperty("javax.net.ssl.trustStore", keystorefile);
System.setProperty("javax.net.ssl.trustStorePassword", keystorepa
hello
does SOAP over SSH exist
i cant have a http access to my PC in the LAN, but i have a ssh
connection. can i tunneling the soap request via ssh protocol???
thank you
Steve D George wrote:
Hi, I'm trying to send a SOAP message over SSL from a servlet running under
websphere 4.0.4. Websph