Sponsored Content
Top Forums Shell Programming and Scripting Calling RESTful web services from Unix ? Post 302558968 by amitshete on Monday 26th of September 2011 03:11:31 AM
Old 09-26-2011
Thanks Alister. That was helpful.

I ended up with following command which worked for me:

echo '<parameters><taskName>TestTask</taskName></parameters>' | curl -u usernamSmilieassword -X POST -H 'Content-type: text/xml' -d @- <URL>
 
All times are GMT -4. The time now is 10:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy