Delphi 调用C#编写的WebService
已经解决了。经过在MSDN中的查找。发现只要在WebService的类属性中加入SoapRpcServiceAttribute属性就可以了。比如
[SoapRpcService(RoutingStyle=SoapServiceRoutingStyle.SoapAction)]
[SoapRpcService(RoutingStyle=SoapServiceRoutingStyle.SoapAction)]

浙公网安备 33010602011771号