How to send large xml files to a webservice -
06-16-2006
, 08:10 AM
Hi,
Based on my requirement , a client application should send a xml file to our webservice. The xml file is supposed to have morethan 40000 records. I tried sending the xml file as string to the webservice. It works fine but doesnt supports for large file. What are the other methods to send a xml file to a webservice in Asp.net 2.0? Any samples are appreciated.
Thanks,
Karthik. |