Hi everyone,
I Placed XML content in Text file and passing that string as a body to the HTTP activity. For some reason I am getting the attached exception. can anyone help me with the steps to resolve this one. Below is the contenet I used in the text file
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:v2=“http://xmlns.oracle.com/oxp/service/v2”>
soapenv:Header/
soapenv:Body
v2:getScheduledReportOutputInfo
v2:jobInstanceID333333</v2:jobInstanceID>
v2:userIDUSERID</v2:userID>
v2:passwordPASSWORD</v2:password>
</v2:getScheduledReportOutputInfo>
</soapenv:Body>
</soapenv:Envelope>