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 -

google shop client API returns 400 bad request error while adding an item -