Hi All,
I am working on a project which has several interfaces between BT and SAP XI.
I wont to create one message that contains all other messages so that we only need to use one web service.
The structure would look something like
<Common_Message>
<Process_Order>
<Field1/>
<Field2/>
</Process_Order>
<Stock_Adjustment>
<Field1/>
<Field2/>
</Stock_Adjustment>
<Another_Message_Type>
<Field1/>
<Field2/>
</Another_Message_Type>
</Common_Message>
I was hoping to get a single orch to accept this message and then directly call different Orchs for each message type contained within.
Can anyone point me in the right direction to do this.
Rod
I am working on a project which has several interfaces between BT and SAP XI.
I wont to create one message that contains all other messages so that we only need to use one web service.
The structure would look something like
<Common_Message>
<Process_Order>
<Field1/>
<Field2/>
</Process_Order>
<Stock_Adjustment>
<Field1/>
<Field2/>
</Stock_Adjustment>
<Another_Message_Type>
<Field1/>
<Field2/>
</Another_Message_Type>
</Common_Message>
I was hoping to get a single orch to accept this message and then directly call different Orchs for each message type contained within.
Can anyone point me in the right direction to do this.
Rod