RE: [Axis2] client user name / password setting using Axis2.1.2

2007-11-05 Thread Rajanna Kullolli -X (rajkullo - Ahura Inc. at Cisco)
] client user name / password setting using Axis2.1.2 Latest Axis2 release is 1.3. For https; Ex as follow, = public class Client { public static void main(String[] args) { try { XmltodayDelayedQuotesStub stub = new

Re: [Axis2] client user name / password setting using Axis2.1.2

2007-11-05 Thread Saminda Abeyruwan
Latest Axis2 release is 1.3. For https; Ex as follow, = public class Client { public static void main(String[] args) { try { XmltodayDelayedQuotesStub stub = new XmltodayDelayedQuotesStub( "https://127.0.0.1:9443/serv

[Axis2] client user name / password setting using Axis2.1.2

2007-11-04 Thread Raju Kullolli
Hi I'm using the Axis 2.1.2, Accessing the service over the https. I need to know how to a) setup user name and b) password to the client code / Stub code. I have generated stub code by using WSDL2JAVA In Axis 1.4 , we can set call.setUsername("user_name") ;

RE: [Axis2] client user name / password setting using Axis2.1.2

2007-11-04 Thread Raju Kullolli
Hi I'm using the Axis 2.1.2, Accessing the service over the https. I need to know how to a) setup user name and b) password to the client code / Stub code. I have generated stub code by using WSDL2JAVA In Axis 1.4 , we can set call.setUsername("user_name") ;