|
Classes |
struct | soap_wsa_data |
| plugin data to override callbacks More...
|
Defines |
#define | SOAP_WSA_ID "SOAP-WSA-1.0" |
Functions |
int | soap_wsa (struct soap *soap, struct soap_plugin *p, void *arg) |
| Plugin registry function, used with soap_register_plugin.
|
int | soap_wsa_request (struct soap *soap, const char *id, const char *to, const char *action) |
| Sets the WS-Addressing information header for the next request message with optional MessageID, To (required), and Action (required).
|
int | soap_wsa_add_From (struct soap *soap, const char *endpoint) |
| Sets WS-Addressing From header for request message.
|
int | soap_wsa_add_ReplyTo (struct soap *soap, const char *endpoint) |
| Sets WS-Addressing ReplyTo header for request message.
|
int | soap_wsa_add_FaultTo (struct soap *soap, const char *endpoint) |
| Sets WS-Addressing FaultTo header for request message.
|
int | soap_wsa_check (struct soap *soap) |
| Checks the presence and validity of WS-Addressing information headers.
|
int | soap_wsa_reply (struct soap *soap, const char *id, const char *action) |
| Sets WS-Addressing header fields for server response.
|
int | soap_wsa_sender_fault_subcode (struct soap *soap, const char *faultsubcode, const char *faultstring, const char *faultdetail) |
| Sets sender SOAP Fault (sub)code for server fault response.
|
int | soap_wsa_receiver_fault_subcode (struct soap *soap, const char *faultsubcode, const char *faultstring, const char *faultdetail) |
| Sets receiver SOAP Fault (sub)code for server fault response.
|
int | soap_wsa_sender_fault (struct soap *soap, const char *faultstring, const char *faultdetail) |
| Sets sender SOAP Fault for server fault response.
|
int | soap_wsa_receiver_fault (struct soap *soap, const char *faultstring, const char *faultdetail) |
| Sets receiver SOAP Fault for server fault response.
|
int | soap_wsa_error (struct soap *soap, wsa__FaultSubcodeValues fault) |
| Sets SOAP Fault (sub)code for server WS-Addressing fault response.
|
Variables |
const char | soap_wsa_id [] |