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
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)...
You can use WST. It is compatible with Delphi. Better check out from svn as the 0.5 release is actualy outdated.