Re: Sending xml data as a string using SOAP

2001-08-26 Thread William Brogden
[EMAIL PROTECTED] wrote: > > Hi, > > I have a method in my soap service which returns a large XML data as > a string value. (the data is greater than 1 MB in size) Now, the method > returns the string but the client never gets the data. (May be it will get > the data after a very long

Sending xml data as a string using SOAP

2001-08-25 Thread mohank
Hi, I have a method in my soap service which returns a large XML data as a string value. (the data is greater than 1 MB in size) Now, the method returns the string but the client never gets the data. (May be it will get the data after a very long time, which is not acceptable). I assume t