I am trying to create a web service stub from some of the wsdl / xsd files that the client sent to us. I did this without problems using wsdl.exe before everything was in the wsdl file, but when I ran the file in the wsdl file, I get an error message that cannot import one of the operations, because one of the elements located in external xsd are missing.
I tried putting the schemLocation parameter on the element and it still does not work. Is there a way to indicate that xsds when calling wsdl.exe?
I cannot publish wsdl files because they are covered by NDA.
source share