c# - WCF sending large (>90Mb) XML files from client to third party via WCF service -
i want send large xml file in entirety source third party machine via wcf service in c#. files can large 90mbs
trying serialize xml string takes far long , use memory. i've seen lot of answers tell me try picking out relevant information xml file want send, need able send full file , allow third party process files.
how best approach this?
this may of help.
Comments
Post a Comment