Hi,
I'm not sure if this is the right place for this Problem.
My webservice have following method:
public String GetAccessibleServiceList() { DBRetrieve one = new
DBRetrieve(); ArrayList hspid3 = one.RegisteredServices(userID);
Iterator it2 = hspid3.iterator(); while (it2.hasNext()) {
registeredservices = hspid3.toString(); System.out.println(" RETURN
REGISTERED HSP LIST >>>>>>>>>>>>>>>>> " + registeredservices);
return registeredservices; } return registeredservices; }
This method return the list of services from database. After creating the stub
I have got GetAccessibleServiceListResponse but not GetAccessibleServiceList.
Therefore at client side I made object
AuthenticationServerStub.GetAccessibleServiceListResponse registrationService =
new AuthenticationServerStub.GetAccessibleServiceListResponse();
But this returns an object [EMAIL PROTECTED]
How can I get response or convert this into string.
Regards
Nasreen
_________________________________________________________________
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008