Responding multiple request throw flow service

Hi All,
Well i have a scenario:
in the current system, client sends Orders requests by https and performing a POST function

to the webMethods service currently located on the B2B server .

All request orders are of XML formats.

On submission of the Order, the B2B webMethods interface response to the request with a

synchronous reply which is also XML.

The synchronous response is currently specific to client in the XML format and comes back to

client on the same https session.

The PROPOSED scenario is:

multiple client instead of just one.

The current implementation of forming the XML response back to client, uses the built in

webMethods file system by creating the single xml file and letting the flow server pick up

the xml file for the response.

For multiple client this implementation will not work as there will be many instances of

requests and responses so use of a physical xml file is not possible.

CAN U LET ME KNOW THE POSSIBILITY WITH IN FLOW SERVICEā€¦AND IF THIS IS NOT POSSIBLE, HOW TO

WRAP THE SERVICE IN CALLER JSP PAGES.