Hi,
I'm now trying for a pretty while to generate a Web Service Proxy via the imtkmake comand line tool but keep failing. My requirement is to consume a Web Service in "classic" imperative Cobol on an AIX-Plattform.
I'd like to use the tool directly on AIX with Visual Cobol Dev Hub 3.0 installed, invoking it with the parameters -genclientwsdl clientwsdl=<mywsdlfile>. But all i get are two further xml files (*!!1 and *!!2) and following output:
Micro Focus Interface Mapping Toolkit v3.0.00 Copyright (C) 2017 Micro Focus. All rights reserved. The runtime system failed to locate the installed SCHEMA directory. The generation of the COBOL client from WSDL failed.
I've already validated my wsdl I'm using via SOAP UI as suggested by in this Post.
Searches for the stated error lead to no conclusive answers. What am I missing to sucessfully generate such a proxy? Or can't this be done with my configuration?
Thanks in advance!