Do you guys know how I can use the Curl command line to POST SOAP to test a web service?
I have a file (soap.xml) which has all the soap message attached to it I just don't seem to be able to properly post it.
Thanks!
|
1
|
Do you guys know how I can use the Curl command line to POST SOAP to test a web service? I have a file (soap.xml) which has all the soap message attached to it I just don't seem to be able to properly post it. Thanks!
|
|||
|
|
|
|
Posting a string:
Posting the contents of a file:
|
||
|
|
|
|
@Luca Please note that the data should be URL-encoded. |
||
|
|
|
|
He's not doing SOAP with PHP. He just wanted a command to send a HTTP POST with a SOAP-Request in it. So don't just propose things not needed here. |
||
|
|
|
|
If you are doing soap with php I recommend checking out nusoap |
||
|
|