I have two files: one with a description of webservice (wsdl), the second with data structures used in webservice (xsd). I donβt have anything else, the web service is not working yet. I need to combine them into one because the Delphi 7 WSDL Importer does not process the included xsd files. Where can I find a tool for this?
EDIT
I copied the contents of xsd to the <types> section and it works. I tried this before, but I must have made a mistake, and Delphi WSDL import did not work. I have to improve my copy / paste skills.
source share