| Author |
how to send response back to the client
|
maha laxmi
Ranch Hand
Joined: Sep 23, 2005
Posts: 68
|
|
i am calling webservice from the client like this; i want to throw the message to the client it does n't return any records from webservice method ; EmployeeSOAPBindingStub stub = new EmployeeSOAPBindingStub(endpoint, null); EmployeeResponse[] emp= stub.getEmp(request);
|
 |
 |
|
|
subject: how to send response back to the client
|
|
|