专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Web Service

小弟我只是菜鸟,webservice中Schema是什么啊

发布时间:2010-05-20 14:01:29 文章来源:www.iduyao.cn 采编人员:星星草
我只是初学者,webservice中Schema是什么啊?
下面这种形式的Schema,应该怎么写代码啊?
<?xml   version= "1.0 "?>
<xs:schema   xmlns:xs= "http://www.w3.org/2001/XMLSchema ">
<xs:element   name= "PaymentConfirmRequest ">
<xs:complexType>
<xs:sequence>
<xs:element   name= "ID "   type= "xs:string "/>
<xs:element   name= "edit "   type= "xs:string "/>
<xs:element   name= "time "   type= "xs:string "/>
<xs:element   name= "tid "   type= "xs:string "/>
<xs:element   name= "UID "   type= "xs:string "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>


------解决方案--------------------
去baidu搜一下就知道了,这不是一两句能说清楚的
------解决方案--------------------
public void PaymentConfirmRequest(string ID,string edit,string time,string tid,string UID)
{

}
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: