Delphi 调用C#编写的WebService
生活随笔
收集整理的這篇文章主要介紹了
Delphi 调用C#编写的WebService
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
已經解決了。經過在MSDN中的查找。發現只要在WebService的類屬性中加入SoapRpcServiceAttribute屬性就可以了。比如 ?
? [SoapRpcService(RoutingStyle=SoapServiceRoutingStyle.SoapAction)]??
? [SoapRpcService(RoutingStyle=SoapServiceRoutingStyle.SoapAction)]??
轉載于:https://www.cnblogs.com/shiningrise/archive/2009/05/09/1453097.html
總結
以上是生活随笔為你收集整理的Delphi 调用C#编写的WebService的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 模式7--ThreadPerMessag
- 下一篇: 学习Java--JDK的下载安装和配置