WSDL中的函数调用,C#,Web server
publicDeliveryInformation[]GetSmsDeliveryStatus([System.Xml.Serialization.XmlElementA...
public DeliveryInformation[] GetSmsDeliveryStatus([System.Xml.Serialization.XmlElementAttribute(Namespace=" http://www.csapi.org/schema/sms")] GetSmsDeliveryStatusRequest GetSmsDeliveryStatusRequest)
{
object[] results = this.Invoke("GetSmsDeliveryStatus", new object[]
{ GetSmsDeliveryStatusRequest }
);
return ((DeliveryInformation[])(results[0]));
} 这样的函数在VS2005中怎么调用。[System.Xml.Serialization.XmlElementAttribute(Namespace=" http://www.csapi.org/schema/sms")] GetSmsDeliveryStatusRequest GetSmsDeliveryStatusRequest,这个是怎么用。 展开
{
object[] results = this.Invoke("GetSmsDeliveryStatus", new object[]
{ GetSmsDeliveryStatusRequest }
);
return ((DeliveryInformation[])(results[0]));
} 这样的函数在VS2005中怎么调用。[System.Xml.Serialization.XmlElementAttribute(Namespace=" http://www.csapi.org/schema/sms")] GetSmsDeliveryStatusRequest GetSmsDeliveryStatusRequest,这个是怎么用。 展开
2013-08-20
展开全部
首先你要引用你写的webservice的地址然后你在程序里实例化一下,就像实例化一个类一样比如你写了个web service名字叫WdHelloWord然后路面有一个方法就HelloWord返回的是string 然后你在程序里写WdhelloWord wd = new wdhellowordstring str - wd.helloword就是这样写的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询