Calling the webservice with an XML

0

I have to develop a webservice (rest) in java that will be called by an excel add-in developed in .NET.     This plugin has to send an xml, what I did was transform into a string only the XML is huge. A string does not have enough space to allocate the entire file. Any tips on how to send the xml file to the web service?

Thank you

    
asked by anonymous 06.06.2016 / 17:40

0 answers