日期:2014-05-17  浏览次数:20814 次

数据类型
Addresses (参数)   xsd:anyURI  [0..unbounded](类型)。 我用的是C#,这个是数组类型吗?我想让手机号包含这个参数里面   
WebReference.sendSmsRequest send = new WebReference.sendSmsRequest();
send.Addresses = ??? (???是我想要输入的手机号)  
c#

------解决方案--------------------
send.smsSend(这里应该是手机号和短信内容等参数信息); //假设smsSend是webservice里的方法
------解决方案--------------------
引用:
引用:应该是URI -- 统一资源定位符,一般是URL的数组

This datatype corresponds normatively to the XLink href attribute. Its value space includes the URIs defined by RFCs 2396 and 2732, bu……


Addresses 是什么类型? URi[]还是String[]?