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 Presto 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 Presto Server.
To add a configuration property
1. In any simple text editor, open the presto.config file in the presto-config folder.
2. Add nsd.compile.schemas=http://schemas.xmlsoap.org/soap/encoding on a new line in this file and save this change.