2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleHTTP Post Request

Post URL: http(s)://<<server>>:<<port>>/dbsync2cw/dbsyncrestservice.m
Post Parameters:
1. authenticationXML:  It provides the authentication username/password and name of the profile.
2. profileXML: Defines the connection profile for the integration process to execute. See "Profile" section below
3. payload: Defines the process to execute. The name is in the form of "processdefinition_"<<process_name>>".xml 

All post parameters should be UTF-8 encoded.

...

Profile.xml file stores configuration details of your integration adapters for which you have registered at the time of purchase. The default installation folder of DBSync would be "C:\DBSyncIS292". Presuming that DBSync is installed in the default directory, you can find the path of the profile.xml as shown below.

C:\DBSyncIS292\ dbsync2DBSync_CloudWorkflow_x\ CloudWF\ WEB-INF\ conf\ db\ <DBSync Username>\ <Profile Name>\ profile.xml


Image RemovedA sample profile.xml file is shown below with configuration details of the adapters that are used for integration.

...