0
I have to develop a web service (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 turn it into a string only the XML is huge. A string does not have enough space to allocate the entire file. Some hint how to send the xml file to the web service ?
Thank you
To test I use the Soapui
– Laerte
But I have already tested and I have the problem that it does not aeitar a string so long, XML is huge. I needed a tip on how to solve
– user2989745