I have the following problem.
I have to perform a CURL HTTPS POST REQUEST that put a myFile.xml into the request body toward a specific URL (that shoul represent a web service endpoint), something like: https://XXX.YYY.ZZZ.WWW/myproject/xml/manager
How can I do it using CURL?
I need to do it to simulate a web service call to analyze the obtained request.