Handle SOAP Encoding Errors for WSDL Services
Some WSDLs for web services use array datatypes from the SOAP Encoding namespace, http://schemas.xmlsoap.org/soap/encoding, however Business Analytics does not automatically provide this schema for WSDL web services. This can cause unknown type or type resolution errors during registration of WSDL Web Services. To fix these errors, you must add a configuration property to the Business Analytics Server.
To add a configuration property
1. In any simple text editor, open the presto.config file in the MashZoneNG-config folder.
2. Add nsd.compile.schemas=http://schemas.xmlsoap.org/soap/encoding on a new line in this file and save this change.