I am trying to write my first program that has to do with SOAP. I am trying to make an SOAP API call using cURL. I tried the string from command line with something like:
curl -d "blah blah" "API endpoint"
but I got the response:
SOAP version mismatch or invalid SOAP message

can someone please help me get started with this? I have no clue what I am doing. haha