Hi All
We are integrating EBusiness with OTM using BPEL . the problem here that the concurrent program "SyncRefDataToOtm.runProgram" in EBusiness does not generate the correct root for the message which should be sent to the service published in BPEL . the generated message missing the root element "<WshSendRefDataStlToOtmProcessRequest>" . Do we have any configurations or any way in Ebusiness to add the root element"<WshSendRefDataStlToOtmProcessRequest>" to the generated message. Here is the proper messages which we need for the service (including "<WshSendRefDataStlToOtmProcessRequest>" root element)
Thanks
<WshSendRefDataStlToOtmProcessRequest>
<input>
<entityType>CARRIER</entityType>
<entityIdList>
<entityId>1634781</entityId>
<entityId>1634767</entityId>
</entityIdList>
<parentIdList>
<entityId>220822</entityId>
<entityId>220858</entityId>
</parentIdList>
<securityContext>
<ticket>D4E897132ECF7675348428139179C3F3</ticket>
<proxyServer/>
<proxyPort/>
<dbConn/>
<opCode>refOpCode</opCode>
<argKey>refArgKey</argKey>
</securityContext>
<appsContext>
<userId/>
<respId/>
<respAppId/>
</appsContext>
</input>
</WshSendRefDataStlToOtmProcessRequest>
We are integrating EBusiness with OTM using BPEL . the problem here that the concurrent program "SyncRefDataToOtm.runProgram" in EBusiness does not generate the correct root for the message which should be sent to the service published in BPEL . the generated message missing the root element "<WshSendRefDataStlToOtmProcessRequest>" . Do we have any configurations or any way in Ebusiness to add the root element"<WshSendRefDataStlToOtmProcessRequest>" to the generated message. Here is the proper messages which we need for the service (including "<WshSendRefDataStlToOtmProcessRequest>" root element)
Thanks
<WshSendRefDataStlToOtmProcessRequest>
<input>
<entityType>CARRIER</entityType>
<entityIdList>
<entityId>1634781</entityId>
<entityId>1634767</entityId>
</entityIdList>
<parentIdList>
<entityId>220822</entityId>
<entityId>220858</entityId>
</parentIdList>
<securityContext>
<ticket>D4E897132ECF7675348428139179C3F3</ticket>
<proxyServer/>
<proxyPort/>
<dbConn/>
<opCode>refOpCode</opCode>
<argKey>refArgKey</argKey>
</securityContext>
<appsContext>
<userId/>
<respId/>
<respAppId/>
</appsContext>
</input>
</WshSendRefDataStlToOtmProcessRequest>
Comment