Calling web service methods using URLs
Posted
by Alka
on Stack Overflow
See other posts from Stack Overflow
or by Alka
Published on 2010-06-18T12:49:44Z
Indexed on
2010/06/18
12:53 UTC
Read the original article
Hit count: 229
web-services
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?
© Stack Overflow or respective owner