2010-05-28 4 views

Répondre

2

Vous pouvez utiliser cURL sur le command line:

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

ou directement:

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