Configuring The Web Service Access Tool - Infiniworx - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

Infiniworx

Platform
AnyDoc
Product
Infiniworx
Release
Foundation 23.1
License

This tool's icon has a red X indicator until all parts are configured correctly.

  1. Select Configuration. The Web Service Tool Configuration window opens.
  2. Enter the following information:
    • URL to WSDL Enter the URL to the web service WDSL file. This is typically the URL to the web service followed by ?WSDL (i.e. http://yourserver/Service/ws.asmx?WSDL )

    • Proxy

      To go through a proxy to get to the Web Service, enter the proxy URL here.

    • Port

      To go through a proxy to get to the Web Service, enter the proxy port here.

    • Credentials

      If specific credentials are required to access the Web Service enter them here. Enter the user ID, password and domain required to access the Web Service. If no credentials are required leave all fields blank. The logged in user credentials are used.

    • Create Permanent DLL

      • Save as DLL

        Check this to create a permanent DLL. When the Web Service Access Tool is configured it creates a DLL (named below) that is used to call the web service. This results in a considerable time savings. If this tool is not checked, it will recreate the necessary web service access data every time it calls the web service. The disadvantage to checking this is that if the web service changes, the DLL must be deleted or use a different name below to reconfigure the tool.

      • DLL Name

        Enter the name of the DLL that will be created upon first access to the web service. This name must end with .DLL.

    • Get Web Service Data

      Click this button to access the web service and create the data necessary to configure the tool.

    • Services

      This list shows all Services available from the web service site. Select the desired service.

    • Methods

      This list shows all methods available on the service. Select the desired method. The return type is indicated and the Parameter list is populated with all required parameters.

    • Parameter Configuration

      • Parameter Name - Enter the name of the required parameter.

      • Parameter Type - Enter the type of data required for this parameter.

      • Parameter Value - Enter the value used to populate this parameter with data.