
Web Service
riverlau
这个作者很懒,什么都没留下…
展开
-
How to test SOAP web service via SOAPUI
http://www.codeproject.com/Articles/38839/Test-Your-ASP-NET-WebService-using-SoapUI#heading0003 soapUIis a tool for Testing Web Services. These can be the SOAP Web Services as well RESTful Web Serv原创 2013-05-21 22:04:37 · 619 阅读 · 0 评论 -
How to consume web service base on WSDL
WSDL: Web Service Defination Lauguage, which define the exchange XML format in SOAP web service. In .Net, we can use the command line below to generate proxy class. wsdl /language:C# /out:myProxyC原创 2013-05-21 22:01:05 · 506 阅读 · 0 评论