| Author |
Need help to build the webservice
|
rithik kutty
Greenhorn
Joined: Aug 30, 2012
Posts: 4
|
|
|
Please help me to get some idea to consume the wsdl from one server and publish the service in which it acces by other server.My webservice should get the request from one server and forwrd to another and need to forward the response vice versa.Please help me to achieve this.
|
 |
Anand Bhatt
Ranch Hand
Joined: May 30, 2007
Posts: 187
|
|
You need to provide some more information, as what exactly you want to to here.
You can refer link for sample code for consuming webservice: WS with Netbeans
|
 |
rithik kutty
Greenhorn
Joined: Aug 30, 2012
Posts: 4
|
|
Thanks for your quick response Anand.
I am using eclipse and building the webservice using axis2,soap.I need to build the gateway between two server to communicate through webservice.I am getting the wsdl on both end.I have to consume the wsdl from one server and try publish to access for the another one.I have to do the same for vice versa.
consuming the request data and forward to the other one,In the same way i have to forward the response.
|
 |
 |
|
|
subject: Need help to build the webservice
|
|
|