winllen
15 years agoNew Contributor
axis2 transport session on soapUI
Hi,
I'm trying to use soapUI to test my transport session service created using axis2, but seems it can't work.
Transport session of axis2 requires its client to set the manage session options to true in order for the session to work properly. see example code below:
TestServiceStub stub = new TestServiceStub("http://localhost:8080/axis2/services/TestService");
stub._getServiceClient().getOptions().setManageSession(true);
Is there a way to set this in the soapUI?
any response is very much appreciated.
Thanks,
winllen
I'm trying to use soapUI to test my transport session service created using axis2, but seems it can't work.
Transport session of axis2 requires its client to set the manage session options to true in order for the session to work properly. see example code below:
TestServiceStub stub = new TestServiceStub("http://localhost:8080/axis2/services/TestService");
stub._getServiceClient().getOptions().setManageSession(true);
Is there a way to set this in the soapUI?
any response is very much appreciated.
Thanks,
winllen