Web Services Tester

Web Services tester is a HTTP based tool that allows you to test both IFS activities/services and
external Web Services.

Contents

Overview

Web Services tester is located in Solution Manager > Integration folder.

How to test a BizApi using direct access

  1. Choose Create BizApi Request from the RMB menu

     
  2. - Select the actual BizApi
    - Select envelope = SOAP_SIMPLE
    - Mark the checkbox Use SOAP Action

    Press OK
     
  3. URL, SOAP Action and a proposal to Request are now automatically created.
    Enter relevant values in the Request body.

     
  4. Enter User ID and Password

     
  5. Run the Invoke action.


    The request will now be sent to the SOAP Gateway that will execute the BizAPI direct.
    The response from the BizApi will be shown in the Response window.

    On response error a System Exception Error window will popup.



     

How to test a BizApi through IFS Connect and Message Routing

Using IFS XML format

  1. Choose Create BizApi Request from the RMB menu

     
  2. - Select the actual BizApi
    - Select envelope = SOAP_IFS or leave this field blank
    - Unmark the checkbox Use SOAP Action

    Press OK
  3. Enter the URL.
    Make sure that SOAP Action is blank. The message will be then directed to IFS Connect.
    Enter relevant values in the Request body.

     
  4. Enter User ID and Password

     
  5. Run the Invoke action.


    The request will be now sent to IFS Connect which will try to match it against a routing rule.
    The response from IFS Connect will be shown in the Response window.


    On response error a System Exception Error window will popup.


     

Using another formats

  1. Choose Create Request from File from the RMB menu

    Browse and select the actual file.
     
  2. Enter the URL.
    Make sure that SOAP Action field is blank. The message will be then directed to IFS Connect.

    Enter relevant values in the Request body.
     
  3. Enter User ID and Password

     
  4. Run the Invoke action.


    The request will be now sent to IFS Connect, which will try to match it against a routing rule.
    The response from IFS Connect will be shown in the Response window.
     

How to test an Activity

  1. Choose Create Request from the RMB menu

     
  2. - Select the actual activity or service handler
    - Specify the Operation

    Press OK
     
  3. URL, SOAP Action and a proposal to Request are now automatically created.
    Enter relevant values in the Request body.

     
  4. Enter User ID and Password


     
  5. Run the Invoke action.


    The request will now be sent to the SOAP Gateway that will execute the activity or service.
    The response will be shown in the Response window.
     

How to test an external Web Service

  1. Choose Create BizApi Request from the RMB menu

     
  2. - Select the actual outbound BizApi
    - Select an envelope if it should be used
    - Select a transformer if it should be used for transformation to another format
    - Unmark the checkbox Use SOAP Action

    Press OK
     
  3. Enter URL and SOAP Action for the external Web Service.

     
  4. Enter User ID and Password

     
  5. Run the Invoke action.


    The request will now be sent to the external Web Service.
    The response will be shown in the Response window.