] 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
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
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") ;
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") ;