Search Results

1
vote
3answers
173 views

How can import a wsdl file in Delphi offline?

Hi, I have a web service and an outsource company will use my service. I don't want to open my service to the internet. I want to give only wsdl file to the outsource company. They use Delp …
2
votes
1answer
175 views

How can I embed complex types into wsdl definition?

Hi, WCF generates complex types as external xsd files. How can I embed these definitions into wsdl? Because Delphi WSDL importer cannot import the complex types in the xsd files. Th …