Reputation: 11703
Delphi WS clients are configured to point to URL of Delphi SOAP webService hosted on Windows 7, IIS 7.5 server.
All clients point to same URL - (not the default 'local host' generated by WSDL import utility). WebService VD is configured to allow anonymous access using credentials of a domain admin account
Problem: clients deployed on the server machine itself run fine, clients deployed on other machines on the network cannot access webService - error msg: 'EDOMParseError at $00534E53 XML document must have a top level element'. I've tried this instantiating the client proxy class with both SOAP and WSDL params.
Same webService hosted on XP-IIS 5 server is accessible to all clients, so I believe this is probably a configuration problem in IIS 7.5.
Upvotes: 2
Views: 1392
Reputation: 11703
@CosminPrund was correct in his comment on the question. Windows Firewall was only permitting file sharing in the domain, but not other services.
Upvotes: 1