Stage-action using multiple namespaces in single schema
Summary
Stage-action using multiple namespaces in single schemaContent
Hi Experts,
I have requirement to integrate with PCS process. I am invoking PCS process in one of the field in PCS is expecting XML data in the form of string.
For ex : "payload":"<emp:requestForm xmlns:stud='http://xmlns.oracle.com/bpmn/bpmnCloudProcess/EmployeeApp/EmployeeRequestProcess'; xmlns:adr='http://xmlns.oracle.com/bpm/forms/schemas/RequestForm'>
<AddressArg>
<adr:email>AAA</adr:email>
<adr:firstName>AAA</adr:firstName>
<adr:lastName>AAA</adr:lastName>
</AddressArg>
</emp:requestForm>"
Request message we are getting as a JSON payload and we are using stage action to write the file based on the end system schema (Here end system schema is based on two schemas Employee(:emp) and address(:adr) referring to different namespaces)