Show TOC

Example: Using the WSSource ComponentLocate this document in the navigation structure

Use the WSSource component to publish data to a Web service using a Web service client, such as soapUI. WSSource reads records from the Web service and passes them to FileSink, which writes those records to file.

Procedure

  1. Start the Web service that WSSource is connected to.
    Operating System Step
    UNIX Open a terminal window and enter:

    ./WsSource.sh

    Windows Open a command window and enter:

    WsSource.bat

  2. Using any SOAP client, try calls given in the readme.txt file in WSSource folder, which is located within the examples folder. For example, use SOAP client soapUI.
    This publishes data to a Web service using Web service client. WSSource reads records from the Web service, passes them to FileSink, which writes the records to file.