How to post XML data with cURL using cmd in windows 7? How to post XML data with cURL using cmd in windows 7? curl curl

How to post XML data with cURL using cmd in windows 7?


Redirection symbols can be escaped by placing those within double quotes ".

Instead of saying

'<gateway><gateway_type>test</gateway_type></gateway>'

you need to say

"<gateway><gateway_type>test</gateway_type></gateway>"