-
Drop a tWebServiceInput component and a
tLogRow component from the Palette onto the design workspace.
-
Link the two components using a Row >
Main connection.
-
Double-click the tWebServiceInput component
to open its Basic settings view.
-
Click the [...] button next to Edit schema to open the Schema dialog box and define the schema for the response from
the Web service.
In this example, the schema is composed of only one column: Result.
-
In the WSDL field, specify the WSDL URL of
the Web service to be used, http://www.webservicex.net/country.asmx?WSDL in this
example.
-
If you are using a proxy server, select the Use http
proxy check box and enter the necessary connection
information.
-
In the Method name field, enter the method to
be used. Note that the method name is case sensitive.
In this example, we use the method GetCountryByCountryCode.
-
In the Parameters area, click the plus
[+] button to add a row to the table, then
enter a country code, fr in this
example..
-
Then save your Job and press F6 to execute
it.
The country information is returned from the Web service and displayed on the
Run view.