This question is non-sense. The difficulty was due to a bug in the software.
I'm trying to access a webservice using SoapUI. The webservice is developed in Delphi 7. I can call the published functions with the url http://server/my.dll/soap/IDataMod
. A html representation of the WSDL file can be accessed with a web browser in the url http://server/my.dll/wsdl/IDataMod
But I can't find the url of the WSDL xml file. The wsdl/IDataMod page is a html file. Where can I get the real thing?
I've tried the following urls:
http://server/my.dll/wsdl?intf=IDataMod
http://server/my.dll/wsdl/IDataMod
http://server/my.dll/wsdl
All of them return a html document.