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.

custom wcf streaming


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

android - IBM Worklight 6.1 [Application Error] There was a network error (file:///android_asset/www/index.html) -