Delphi SOAP Server - Document/Literal - Possible?

后端 未结 2 1987
离开以前
离开以前 2021-01-05 01:14

We\'re using Delphi2005 with Delphi2007 patches, also experimenting with DelphiXE SOAP libraries. But I\'ve hit a snag... We\'ve got an internal service that our app has b

2条回答
  •  离开以前
    2021-01-05 02:00

    AFAIK, last time I checked, the stock Delphi SOAP Server was limited to RPC and the "official" motto was that you could use Delphi Prism to build your server (i.e. we won't add Doc|Lit in Delphi).
    However, you can use the latest RemObjects SDK (not free) to build a Doc|lit SOAP Server, or use IndySOAP (open Source), but I don't know if there is a version compatible with D2009 and up (Unicode/Indy 10)...

提交回复
热议问题