如何将请求(SOAP格式)发送到Web服务
问题描述:
我有一个我的网络服务链接
http://devapi.stellatravelgateway.stellatravelservices.co.uk/DirectoryService.svc
现在我想验证自己的服务。
我不知道怎么做c#
请帮助
I have a link of my web service
http://devapi.stellatravelgateway.stellatravelservices.co.uk/DirectoryService.svc
Now i want to authenticate myself to the service.
I dont know how to do this in c#
Please help
答
访问这里....
asp-net-forms-authenticated-webservice [ ^ ]
visit here....
asp-net-forms-authenticated-webservice[^]
请参阅此链接。希望这可以帮助您
http://developer.yahoo.com/dotnet/howto-rest_cs.html [ ^ ]
Refer this link.Hope this helps you
http://developer.yahoo.com/dotnet/howto-rest_cs.html[^]
按照本文中提到的步骤
http://intellitect.com/calling-web-services-using-basic-authentication/ [ ^ ]