public MashupServiceAdminClient(String cookie, String url, ConfigurationContext configContext)
throws AxisFault {
String serviceEndPoint = null;
try {
serviceEndPoint = url + "MashupServiceAdmin";
stub = new MashupServiceAdminStub(configContext, serviceEndPoint);
ServiceClient client = stub._getServiceClient();
Options option = client.getOptions();
option.setManageSession(true);
option.setProperty(org.apache.axis2.transport.http.HTTPConstants.COOKIE_STRING, cookie);