2022

Page tree

Versions Compared

Key

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

...

  1. Authentication variable
  2. Profile variable
  3. Payload - Process Definition Language
Info
titleHTTP Post Request

Post URL: http(s)://<<server>>:<<port>>/dbsync2/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.

The following section illustrates how these parameters can be found within DBSync intallation and modify as per to your DBSync and Adapter configurations.

...