文章分类 -  QTP技巧-Web Service相关

摘要:Below is the C# code used to create our sample web service:namespace RelevantCodes.TestingWebServices{ using System; using System.Web.Services; using System.Xml; using System.Xml.Serialization; using System.Text; [WebService(Namespace = "localhost")] [WebServiceBinding(ConformsTo = WsiProf 阅读全文
posted @ 2013-11-22 20:18 dushuai 阅读(167) 评论(0) 推荐(0)