Strategy about data transported between Net application and IS

Hi,

In my solution,I need to transport XML data between a .Net application and webMethods IS 6.1.

The difficulty is the XMl files are too large.Some are large to 10Mb.And I need to parse or assemble these XML data in the .Net application.

I used to make the XML data to string and exchange it between .Net application and IS.But it is not efficient.

And how to process the busy exchange transactions with large data?

Thanks!

Hello,
You may want to try to save the xml data to a database and source that in your .NET application.