Dear All,
I have to develop a proxy to file scenario. The source message consists of number of process orders within a single message. The target message will also be a single message with the same number of PO create segments as the number of process orders.
i.e. 5 process order in source message = 5 PO create segments in target message
I am provided two xsd schemas to develop the target segment. There is a field called WERK within each process order and based on the value of the field the PO create segment can be of either type-1 or type-2.
i.e. if WERK equal to 001 then PO create based on xsd-1 and if WERK not equal to 001 then PO create is based on xsd-2
Please provide me some idea on the following:
1. How can I develop a service interface based on two xsd.
2. Is there any way I can combine the two xsd into one.
3. How can I get the xml structure from the xsd.
Thanks and Regards,
Rana Brata De