You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Stage-action using multiple namespaces in single schema

Accepted answer
23
Views
7
Comments
edited Nov 23, 2018 8:47AM in Integration 7 comments

Summary

Stage-action using multiple namespaces in single schema

Content

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'&gt;
    <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)

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!