T tianya Member Licensed User Longtime User Jun 20, 2012 #1 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!
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!
Erel B4X founder Staff member Licensed User Longtime User Jun 21, 2012 #2 You will need to build the XML message and sent it. Try to search the site. There are several related discussions. Upvote 0
You will need to build the XML message and sent it. Try to search the site. There are several related discussions.