How can i call a WCF Service

tianya

Member
Licensed User
Longtime User
Suppose there is a WCF Service with following address:

http://myDomain.com:5000/myservice.svc

This service expose a method: string GetUserName(int userId)

With the Http or HttpUtil Library how can i Call that GetUserName method and get the response?

Thanks for Help!
 
Top