Calling web service methods using URLs
- by Alka
Hi.
So, i have a central web service that is responsible for managing other services. These services register in the main WS with their URL, leading to their own web service.
what i need to do now is call the child web services from the central web service. I've searched google on how to do this but all i could find was this.
I would like to register any web service and not create a web reference, as suggested in the solution i've found.
How is this done without using a web reference?