Call the webservice with an XML

Asked

Viewed 89 times

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

  • 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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.