Verify the WSDL to JS output

Generated JavaScript must end with

// Ensure that material in lib.SOAP is available

lib.SOAP.init();

/// End ----------------

All defined types and operations must be represented by a function such as

this.SOAPOperations[ "UpdateIncident" ] = new soap_Operation( "UpdateIncident", "Update", "document", "UpdateIncidentRequest", "UpdateIncidentResponse" );

function UpdateIncidentRequest( )

Or -

this.ProductType= new StringType();

functionStringType( val)

If any of these definitions are missing, report this to customer support with an unload of the generated JavaScript, the WSDL in text format, and all imported xsd files.