C#的WebServices服务怎样传送字符串参数
使用string 用其它工具delphi 调用时传入的是null,是怎么一回事?
------解决方案--------------------
dephi调用webservice参考下面的例子
ref:http://www.netbei.com/Article/aspx/aspx12/200505/3769.html
------解决方案--------------------
在WebService的类属性中加入SoapRpcServiceAttribute属性就可以了。比如
[SoapRpcService(RoutingStyle=SoapServiceRoutingStyle.SoapAction)]