Running the WSDL Analyzer
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To run the WSDL Analyzer, enter the bprowsdldoc command on your operating
system command line using the following syntax:
|
Note: Use the command window (shell) opened by the
proenv command
tool to enter this command with the correct path settings.- -h
- Displays a help message on the usage of this command.
- option
- Specifies one of the following command options:
-b | -nohostverify | -nosessionreuse | -WSDLUserid username | -WSDLPassword password | -proxyhost host | -proxyport port | -proxyUserid username | -proxyPassword password | -show100style | -noint64-b- Forces documentation of binding names.
-nohostverify|-nosessionreuse- Turns off host verification and reuse of session IDs for HTTPS connections.
-WSDLUseridusername|-WSDLPasswordpassword- Provides access to a secured WSDL file.
-proxyhosthost|-proxyportport|-proxyUseridusername|-proxyPasswordpassword- Specifies a proxy for the connection and provides access to a secure proxy.
-show100style- Shows procedure and function signatures as documented in the 10.0x releases of OpenEdge. For more information, see Analyzing wrapped document literal.
-noint64- Prior to OpenEdge Version 10.1B, the ABL
INT64data type did not exist and the WDSL Analyzer mapped XML Schema types ofxsd:longto the ABLDECIMALdata type. Use this option if you want to use thexsd:longto ABLDECIMALmapping. Otherwise,xsd:longmaps toINT64. The current version of OpenEdge continues to recognize existing mappings ofxsd:longtoDECIMALas valid whether or not this option is specified.
- wsdl-url-or-filename
- Specifies a URL, Microsoft Uniform Naming Convention (UNC), or local pathname to the WSDL file.
- target-directory
- Specifies a the target directory where the WSDL Analyzer writes the generated pages. This defaults to the current working directory.
For more information on the bprowsdldoc command, see The WSDL Analyzer.