Hi Guys,
We had a requirement, where we need to send the each record as a file to target. How to achieve this. This is Soap to proxy scenario.
For example: In sender we are getting header and details information.
Lets say :
<Header>
---------
---------
-----------
</Header>
<Detail>
---------
----------
---------
</Detail>
<Detail>
-----------
------------
--------
</Detail>
<Detail>
----------------
-----------------
-------------
</Detail>
<Header>
----------
--------
---------
</Header>
<Detail>
-----------
------------
-----------
</Detail>
<Detail>
-------------
-------------
----------
</Detail>
<Detail>
-----------------
-----------------
----------------
</Detail>
So in target we need to get first header and details information as one message and another header and details information as second message. Can you all please help me out from this scenario.