Try OpenEdge Now
skip to main content
Managed Adapters Guide
Web Service Managed Adapter : Using the Web Service Adapter : Configuring the Web Service Adapter : Reviewing information on WSDL details : Using the Web Services Adapter Configurator dialog box
 
Using the Web Services Adapter Configurator dialog box
The adapter configurator provide three other tabs in addition to the Information tab. The Types and Mapping tab is used to define mapping for complex and/or custom data types, and is described in Dealingwith complex data types. The Advanced tab is used to define timeout parameters (see Using theAdvanced tab). The Test tab, where a configuration can be tested actually invoking the service, is described in the following section.
Open the Test tab on the Web Service Adapter Configurator.
Figure 21. Web Service Adapter Configurator - Test tab
Endpoint field displays the url as in WSDL. Here you can also optionally specify an alternative target endpoint URL for testing. This alternative URL is used only during adapter configuration; it does not have any effect when the adapter is invoked at runtime.
The Test tab also lists all the inputs and SOAP Response outputs, and lets you specify values for the input parameters. It also displays a box where for the "Add" operation of MathService, there are two inputs, "num1" and "num2", both integer numbers. The single output is named "AddResult", and also is an integer. Note that you can also enter Array type inputs, in the format java.lang.Integer[] 2; 3; 4.