3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
curl --header "Content-type: application/xml" -v --data @contactsRequest.xml http://localhost:8080/pox/
|