Failure of the WSDL2JS utility

The WSDL to JS utility executes the SOAP JavaScript record. It reads the provided WSDL with all incorporated schema definitions and creates or updates a JavaScript record in the Service Manager ScriptLibrary table with the objects and methods that can be used for this web service. The generated code can then be called from a custom written JavaScript to consume the external Web Service. If the code generated by WSDL2JS is incorrect or incomplete, contact Customer Support for a new unload of the utility. If the issue is still not solved with the latest version of the WSDL2JS utility, send the WSDL and all imported / invoked xsd schemas to Customer Support together with an unload of the generated JavaScript record. It is very important that the location of the xsd files that are imported or invoked from the WSDL is set correctly, otherwise the WSDL2JS utility will generate incomplete code.

Caution Every time the SOAP JavaScript record is changed, all existing Web Services generated JavaScripts have to be re-generated by re-running the WSDL to JS utility and all invoking JavaScripts have to be re-compiled.