Go to the source code of this file.
Defines | |
| #define | SOAP_ERROR_CLIENT 5000 |
| #define | SOAP_ERROR_CLIENT_GENERIC (SOAP_ERROR_CLIENT + 0) |
| #define | SOAP_ERROR_CLIENT_INIT (SOAP_ERROR_CLIENT + 1) |
| #define | CSOAP_CLIENT_FORCE_ENCRYPT "-CSOAPencrypt" |
| #define | CSOAP_CLIENT_FORCE_DECRYPT "-CSOAPdecrypt" |
| #define | CSOAP_CLIENT_FORCE_SIGN "-CSOAPsign" |
| #define | CSOAP_CLIENT_FORCE_VERIFY "-CSOAPverify" |
Functions | |
| herror_t | soap_client_init_args (int argc, char **argv) |
| herror_t | soap_client_invoke (struct SoapCtx *ctx, struct SoapCtx **response, const char *url, const char *soap_action) |
| void | soap_client_destroy (void) |
|
|
Commandline argument to force decryption of incoming messages.
|
|
|
Commandline argument to force encryption of outgoing messages.
|
|
|
Commandline argument to force signature on outgoing messages.
|
|
|
Commandline argument to force signature on incoming messages.
|
|
|
|
|
|
|
|
|
|
|
|
Destroy the soap client module |
|
||||||||||||
|
Initializes the client side soap engine |
|
||||||||||||||||||||
|
Establish connection to the soap server and send the given envelope.
|
1.4.6