Salesforce

Web Service Data Source Builder (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Web Service Data Source Builder

The Web Service Data Source Builder generates:

  1. A request and response XML schema for each Web Service data source. This schema can be used to generate the Web Service on the provider side.

  2. A CRR export of the WCF entries for all the Web Service data sources. This file can be imported to your application to easily define the WCF entries in the CRR.

You can access this builder by selecting Web Service Data Source Builder from the Options menu.

In the builder screens, you define the following details:

  • The Endpoint URL. The Endpoint URL will be written in the CRR export file so you can later load all your WSDL files easily. You can use the @1@ string as a placeholder for the data source name.
    For example, http://myserver/myalias/@1@.wso?WSDL will be written in the CRR export for the employees data source as: http://myserver/myalias/employees.wso?WSDL.
    Once the provider is ready, you can import the CRR export file (generated by the builder) into your application to generate the required assembly files.

  • The result output folder. This is the destination folder where all the generated files will be saved.

  • The data sources for which the schemas will be generated. You can select multiple data sources (since version: 3.2a).

Once the builder is done, follow the description in the last screen for deployment instructions.

The builder only generates supporting files, as mentioned above. It does not change your application, load the provider WSDL, or define the WCF entries in the CRR.

Since version: 3.2

Related Topics

Reference
Attachment 
Attachment