2010-05-28 2 views

risposta

2

è possibile utilizzare cURL sul command line:

curl -d '@/home/test.xml' http://url/Endpoint 

o direttamente:

curl -d '<hello/>' http://url/Endpoint