connection time out dose not work ???

2004-06-25 Thread Shailesh Khare
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

RE: problem connecting to webservice through proxy

2004-06-16 Thread Shailesh Khare
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

Timeout is not working.

2004-04-20 Thread Shailesh Khare
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.

Basic question on WSDL2java

2004-03-12 Thread Shailesh Khare
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

Getting NULL from call.Invoke() .

2004-03-11 Thread Shailesh Khare
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