Title: sendsoap Command Category: documentation ## Overview The `sendsoap` command uses a lightweight HTTP client to send SOAP messages via POST. ## Synopsis :::text sendsoap [-q|-v|-vv] [-o outfile] url - sendsoap -h ## Description The `sendsoap` command uses a lightweight HTTP client to send SOAP messages via POST using either a file or standard in as the source for the message. The command is useful for testing HTTP endpoints in ODE or external HTTP services that ODE will interact with, as `sendsoap` uses the same Axis2 client as the Axis2 Integration Layer. ## Options
Option/Argument Effect
urlthe HTTP URL to post the message to.
filea file containing the message to post.
-read the message data from standard in instead of a file.
-o filesets a file to write the output to; otherwise, output is sent to the console.
-q|-v|-vvadjust the verbosity of logging output.
-hprints a synopsis to the console and exits.