Run the WSDL Analyzer
- Last Updated: October 29, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To develop ABL SOAP clients, you use a utility called bprowsdldoc, which is also referred to as the WSDL Analyzer. This utility reads a WSDL document and generates
documentation that includes sample ABL code snippets that you can copy and modify as you
develop an ABL SOAP client.
Run the WSDL Analyzer
Perform the following steps to run the WSDL Analyzer:
- Launch .
- Enter
bprowsdldoc, followed by:- The location of the WSDL file (if the WSDL file is stored locally) or the URL of the WSDL
- An output directory where the WSDL documentation is generated
-
- The location of the WSDL file (if the WSDL file is stored locally) or the URL of the WSDL
- An output directory where the WSDL documentation is generated
For example:proenv>bprowsdldoc SampleWebService.wsdl "C:\WSDL-Documentation"For a more information on the
bprowsdldoccommand, see WSDL Analyzer
- The following files will be put in the directory.
