Configuring Webservice Calls

The external data source can be enhanced to make external assembly calls to look up data (e.g., to view and select external data from SAP from within SmartSolve). This lookup capability is not limited only to Webservices, and can call any third party application data. However, the wrapper assembly should be written in Microsoft.Net.

Follow the steps below to configure Webservice Calls.

  1. Write an assembly to lookup the data.

NOTE: The caller method needs to use following signature:

ds.ExtendedProperties.Add("SelectValueColumns","Column 1,Column 2");

  1. Copy the assembly into the SmartSolve application bin folder.
  2. Provide the necessary information of this assembly in the external Assembly.config file (This webserviceconfig file is provided to you by IQVIA).

NOTES:


  1. In the zoom for External Datasource, set the properties for zoom page to include the name of the configuration to be used.

EXAMPLE:  

NOTES:

  1. Test your configurations in run time.

See Also

Configure Data Sources

Setting up ODBC

Testing the Data Source Setup

Testing the ODBC Connection

Adding External Data Sources

Deleting External Data Sources

Testing External Data Sources

Exporting External Data Sources

Viewing Exported Information

Importing External Data Sources

Configuring the EDS Lookup Window

Example EDS Configurations in Forms

     

 

 
Wednesday, December 4, 2019
1:01 PM