Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

---- SOAP REQUEST TO INVOKE HDI_PT Scenario ----<?xml version = '1.0' encoding = 'UTF8'?

>
<odi:OdiStartScenRequest xmlns:odi="xmlns.oracle.com/odi/OdiInvoke/" xmlns:env="
http://schemas.xmlsoap.org/soap/envelope/">
<Credentials>
<OdiUser>SUPERVISOR</OdiUser>
<OdiPassword>SUNOPSIS</OdiPassword>
<WorkRepository>OHADI_WORK_REPOSITORY</WorkRepository>
</Credentials>
<Request>
<ScenarioName>PKG_OHADI_HDI_PT_INCREMENTAL</ScenarioName>
<ScenarioVersion>001</ScenarioVersion>
<Context>GLOBAL</Context>
<Synchronous>true</Synchronous>
<LogLevel>5</LogLevel>
</Request>
</odi:OdiStartScenRequest>
---- RESPONSE WITH SESSION ID AFTER COMPLETION OF ABOVE INVOKED HDI_PT Scenario
----<?xml version = '1.0' encoding = 'UTF8'?>
<ns2:OdiStartScenResponse xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns
:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="xmlns.oracle.com/odi/O
diInvoke/">
<Session>89954500</Session>
</ns2:OdiStartScenResponse>
---- SOAP REQUEST TO CHECK THE SESSION STATUS USING ABOVE RETURNED SESSION ID --<?xml version = '1.0' encoding = 'UTF8'?>
<odi:OdiGetSessionsStatusRequest xmlns:odi="xmlns.oracle.com/odi/OdiInvoke/" xml
ns:env="http://schemas.xmlsoap.org/soap/envelope/">
<Credentials>
<OdiUser>SUPERVISOR</OdiUser>
<OdiPassword>SUNOPSIS</OdiPassword>
<WorkRepository>OHADI_WORK_REPOSITORY</WorkRepository>
</Credentials>
<SessionIds>89954500</SessionIds>
</odi:OdiGetSessionsStatusRequest>
---- RESPONSE WITH SESSION STATUS FOR THE ABOVE SESSION ID REQUEST (SessionStatu
s = 'D' = SUCCESS) ---<?xml version = '1.0' encoding = 'UTF8'?>
<ns2:OdiGetSessionsStatusResponse xmlns:xml="http://www.w3.org/XML/1998/namespac
e" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns2="xmlns.oracle.c
om/odi/OdiInvoke/">
<SessionStatusResponse>
<SessionId>89954500</SessionId>
<SessionStatus>D</SessionStatus>
<SessionReturnCode>0</SessionReturnCode>
</SessionStatusResponse>
</ns2:OdiGetSessionsStatusResponse>

You might also like