问题描述
SoapDocumentService是什么呢?webserverice自动更新程序获取版本方法:[WebMethod(Description="取得更新版本")][SoapDocumentService(RoutingStyle=SoapServiceRoutingStyle.RequestElement)]publicstringGetVer(){XmlDocumentdoc=newXmlDocument();doc.Load(Server.MapPath("update.xml"));XmlElementroot=doc.DocumentElement;stringstr="nihao";returnroot.SelectSingleNode("version").InnerText;}错误是“属性SoapDocumentService在该声明类型中无效,只在class中声明有效!”怎么解决啊!!!!!
解决方案
解决方案二:
没有高手么??自己顶!!
解决方案三:
帮顶!
解决方案四:
他是一种xmlwebservice的soap格式设定一个例子[SoapDocumentService(SoapBindingUse.Literal,SoapParameterStyle.Wrapped,RoutingStyle=SoapServiceRoutingStyle.SoapAction)]publicclassSumService:System.Web.Services.WebService{[WebMethod]publicintAdd(inta,intb){returna+b;}}
解决方案五:
该回复于2008-05-09 11:18:39被版主删除
时间: 2024-10-21 19:53:53