Last active
November 7, 2017 16:09
-
-
Save VantivSDK/2120291 to your computer and use it in GitHub Desktop.
Curl example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$curl --header "Content-Type: text/xml" -d@<File with XML content> https://www.testvantivcnp.com/sandbox/communicator/online |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think the correct flag for uploading a file should be
--upload-file
instead of-upload-file