pp108 : GetSourceValue

GetSourceValue


This method is used to retrieve source value from the specified content map, when destination value and other parameters are provided. GetSourceValue is part of the Methodset DataTransformation 4.2 in the Process Platform Data transformation application package.

SOAP Request


The following is the sample GetSourceValue SOAP request.

<GetSourceValue xmlns="http://schemas.cordys.com/datatransform/4.2">
    <destinationvalue>OrderId</destinationvalue>
    <path>/Vendor/Order_general</path>
    <version>organization</version>
    <entity>Customer</entity>
    <sourcesystem>CustomerCreditInfo</sourcesystem>
    <destinationsystem>Order</destinationsystem>
</GetSourceValue>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

destinationvalue

Contains the value for the entity in the destination system

String

path

Location of the content map

String(Path)

version

Version of the content map

String

  • user
  • organization
  • isv

entity

Contains the ID that identifies the source and target values

String

sourcesystem

Name of the system which consists the source value

String

destinationsystem

Name of the destination system for the target value pair

String

SOAP Response


The following is the response of the above request.

<GetSourceValueResponse xmlns="http://schemas.cordys.com/datatransform/4.2">
    <value>Customer</value>
</GetSourceValueResponse>

Response Parameters

Parameter

Description

value

Value for the entity in the source system