读书人

C#的WebServices服务怎样传送字符串参

发布时间: 2012-01-06 22:55:18 作者: rapoo

C#的WebServices服务怎样传送字符串参数
C#的WebServices服务怎样传送字符串参数

使用string 用其它工具delphi 调用时传入的是null,是怎么一回事?

[解决办法]
dephi调用webservice参考下面的例子
ref:http://www.netbei.com/Article/aspx/aspx12/200505/3769.html
[解决办法]
在WebService的类属性中加入SoapRpcServiceAttribute属性就可以了。比如
[SoapRpcService(RoutingStyle=SoapServiceRoutingStyle.SoapAction)]

读书人网 >Web Service

热点推荐