Web Service page

Click webservice to access the web service


Description

runWithoutParams

DESCRIPTION

 Execute the web service without parameters

RETURNS

 job id which represents this task

 

runWithOwbParam 

DESCRIPTION

 Execute the web service with soa and owb parameters

USAGE

 AD12" owb_params :- { , | (name = value [, name = value]...)}    provide owb specific parameters

RETURNS

 job id which represents this task

 

start_cdc

DESCRIPTION

 Execute the JKM as start_journal 

RETURNS

 job id which represents this task
 

drop_cdc

DESCRIPTION

 Execute the JKM as stop_journal 

RETURNS

 job id which represents this task

subscribe

DESCRIPTION

 Add subscriber to the existing subscribers 

USAGE

 subscriber_names :- {subscriber1 [subscriber2] ...}   provide the subscriber names, if more than one, use white space as delimiter

RETURNS

  job id which represents this task
 

unsubscribe

DESCRIPTION

 Remove subscribers from subscriber list

USAGE

 subscriber_names :- {subscriber1 [subscriber2] ...}   provide the subscriber names, if more than one, use white space as delimiter

RETURNS

  job id which represents this task

lock_subscriber

DESCRIPTION

 This will lock the consistent set so that the subscriber queries exactly the the same consistent data until the unlock is applied

USAGE

 subscriber_names :- {subscriber1 [subscriber2] ...}   provide the subscriber names, if more than one, use white space as delimiter

RETURNS

  job id which represents this task

unlock_subscriber

DESCRIPTION

 This signals the subscriber is finished with the specific locked data. The data will b emarked as processed by the subsriber and no longer be available to the subscriber

USAGE

 subscriber_names :- {subscriber1 [subscriber2] ...}   provide the subscriber names, if more than one, use white space as delimiter

RETURNS

  job id which represents this task

extend_window

DESCRIPTION

 Extend the window of the captured data. This will extend the available data to the most recent data

RETURNS

 job id which represents this task

purge_cdc

DESCRIPTION

 Remove all the changed data from the journal

RETURNS

 job id which represents this task

 

Security

Basic authentication is used for this web service, when invoke the web service, please enable the "HTTP Authentication " in the "Show Transport Info" and provide the proper username and password

 

SSL

Please refer to "Web Service Security" Guide for how to call this web service in SSL way. Basic authentication is also enabled for SSL web service.