当前位置: 代码迷 >> Web Service >> C#的WebServices服务怎样传送字符串参数解决方案
  详细解决方案

C#的WebServices服务怎样传送字符串参数解决方案

热度:319   发布时间:2016-05-02 03:01:54.0
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)]
  相关解决方案