Web Service Question
-
-------------------------------------------------------------------------------- Is it possible to call a web service method from another web service? I am a beginner and know how to create a web service and to call a web service method from asp.net. But my client is asking me to develop a web service to call other web service. Please explain in details or if possible please provide me with some samples. Thanks in advance, Bala Bala Gopalakrishnan
-
-------------------------------------------------------------------------------- Is it possible to call a web service method from another web service? I am a beginner and know how to create a web service and to call a web service method from asp.net. But my client is asking me to develop a web service to call other web service. Please explain in details or if possible please provide me with some samples. Thanks in advance, Bala Bala Gopalakrishnan
Of course you can A web service is a project, so you can simply reference your web service from your OTHER web service just like you did when you referenced the web service from the asp.net project.
daniero