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:
  1. Launch Proenv.
  2. 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 bprowsdldoc command, see WSDL Analyzer

  3. The following files will be put in the directory.