Forum Discussion

winllen's avatar
winllen
New Contributor
15 years ago

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

1 Reply