Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Value

Default

Description

useOriginalwsdl

true / false

false

If this parameter is set to true , the original WSDL published via the publishWSDL parameter is used. This WSDL would not be replaced by a WSDL generated by the proxy service.

Excerpt
hiddentrue

Modified the description to address the FAQ How can you make the proxy WSDL inaccessible/not visible for outside?

modifyUserWSDLPortAddress

true / false

true

(Effective only with useOriginalwsdl=true) If true (default) modify the port addresses to current host.

ApplicationXMLBuilder.allowDTDtrue / falsetrueIf this parameter is set to true, it enables data type definition processing for the proxy service.
Data type definition processing is disabled in the Axis2 engine due to security vulnerability. This parameter enables it for individual proxy services.

enablePublishWSDLSafeMode

true / false

trueWhen creating a proxy, if

If this parameter is set to true

, it prevents the proxy service deployment from failing when

when deploying a proxy service, even though the WSDL is not available

at the server startup

, you can prevent the proxy service being faulty. However, the deployed proxy service will be

faulty and unusable

unaccessible since the WSDL is not available.

Note

This is only applicable when you publish the WSDL (i.e., via the publishWSDL property) either as a URI or as an endpoint.

showAbsoluteSchemaURLtrue/falsetrueIf this parameter is set to true , the absolute path of the referred schemas of the WSDL is shown instead of the relative paths.
showProxySchemaURLtrue/false
If this parameter is set to true, the full proxy URL will be set as the prefix to the schema location of the imports in proxy WSDL.

...