I am new to webservices. i am working on a project. i am asked to call a rest ful webservice which takes xml as in put. below is the end point.
https://api-something.com/someLocation/status
HTTP method is POST
How can i pass the xml and call the above end point in Java/spring?
How to pass an XML
file as an input to the specified end point?
Thanks!