Pass XML Data (Base64) as a parameter in OIC
Summary
Pass XML Data (Base64) as a parameter in OICContent
Hi,
I have a below requirement ->
1. Webservice allows Base64 as input...
2. I need to form an XML and convert to base 64 then pass it to parameter
But I have challenges, in forming the XML content...I am using variables to store the XML content like
str1 =<dataModel xmlns="http://xmlns.oracle.com/oxp/xmlp" version="2.0" xmlns:xdm="http://xmlns.oracle.com/oxp/xmlp" xmlns:xsd="http://wwww.w3.org/2001/XMLSchema" defaultDataSourceRef="demo">
<description>'
str2 = '<description>
<![CDATA[undefined]]>
</description>'
str3 = <<input param of orchestration>>
Tagged:
0