Hi All,
It seems connection time out with Axis dose not work , it just hangs .
Although socket timeout works fine. I am using axis-1_2alpha version , is
any one aware of any version where this bug has been fixed ??? or any
solution of this problem is welcome .
Thanks,
Shailesh.
address: 4 Bucki
try this
System.setProperty("https.proxyUser",
"userid");
System.setProperty("https.proxyPassword",
"password");
-Original Message-From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]Sent: Wednesday, June 16, 2004 2:27
PMTo: [EMAIL PROTECTED]Subject: RE: problem
conne
Hi All,
It seems that timeout is not working on Axis client. I have generated stubs
using WSDL2Java tool. Then set the Timeout on org.apache.axis.client.Stub as
following .
MyServiceLocator locator = new MyServiceLocator();
org.apache.axis.client.Stub stub = (Stub) locator.getMyService();
stub.
Hi ,
I am new to Axis and Soap and trying to generate Client Stub using WSDL2Java
.one basic ques?
Service is deployed on remote server like http://xyz.com:8844/TestSoap and
it don't serve WSDL file directly from server. So my question is WSDL2Java
tool required URL of wdsl file from server like
Hi there,
I have written SOAP client using Axis for remote SOAP server. I have
generated Stub classes using WSDL2Java tool. I am making connection over SSL
and have Imported servers certificate properly. Now my problem is I am
getting NULL object return from call.Invoke() method without any error