#include <axis2_const.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_msg_ctx.h>
#include <axiom_output.h>
#include <axis2_http_simple_response.h>
#include <axiom_soap_envelope.h>
Go to the source code of this file.
#define AXIOM_SOAP_OVER_SENDER_SET_HTTP_VERSION | ( | sender, | |||
env, | |||||
version | ) | ((sender)->ops->set_http_version (sender, env, version)) |
Set http version.
#define AXIS2_SOAP_OVER_HTTP_SENDER_FREE | ( | sender, | |||
env | ) | ((sender)->ops->free(sender, env)) |
Frees the soap over http sender.
#define AXIS2_SOAP_OVER_HTTP_SENDER_SEND | ( | sender, | |||
env, | |||||
msg_ctx, | |||||
output, | |||||
url, | |||||
soap_action | ) |
Value:
((sender)->ops->send (sender, env, msg_ctx\ ,output, url, soap_action))
#define AXIS2_SOAP_OVER_HTTP_SENDER_SET_CHUNKED | ( | sender, | |||
env, | |||||
chunked | ) | ((sender)->ops->set_chunked(sender, env, chunked)) |
Set chunked.
#define AXIS2_SOAP_OVER_HTTP_SENDER_SET_OM_OUTPUT | ( | sender, | |||
env, | |||||
om_output | ) | ((sender)->ops->set_om_output (sender, env, om_output)) |
Set om output.
typedef struct axis2_soap_over_http_sender_ops axis2_soap_over_http_sender_ops_t |
Type name for struct axis2_soap_over_http_sender_ops
typedef struct axis2_soap_over_http_sender axis2_soap_over_http_sender_t |
Type name for struct axis2_soap_over_http_sender_
AXIS2_EXTERN axis2_soap_over_http_sender_t* axis2_soap_over_http_sender_create | ( | const axis2_env_t * | env | ) |
env | pointer to environment struct |
axis2_status_t axis2_soap_over_http_sender_get_header_info | ( | axis2_soap_over_http_sender_t * | sender, | |
const axis2_env_t * | env, | |||
axis2_msg_ctx_t * | msg_ctx, | |||
axis2_http_simple_response_t * | response | |||
) |
sender | soap over http sender | |
env | pointer to environment struct | |
msg_ctx | pointer to message context | |
response | pointer to response |
axis2_status_t axis2_soap_over_http_sender_get_timeout_values | ( | axis2_soap_over_http_sender_t * | sender, | |
const axis2_env_t * | env, | |||
axis2_msg_ctx_t * | msg_ctx | |||
) |
sender | soap over http sender | |
env | pointer to environment struct | |
msg_ctx | pointer to message context |
axis2_status_t axis2_soap_over_http_sender_process_response | ( | axis2_soap_over_http_sender_t * | sender, | |
const axis2_env_t * | env, | |||
axis2_msg_ctx_t * | msg_ctx, | |||
axis2_http_simple_response_t * | response | |||
) |
sender | soap over http sender | |
env | pointer to environment struct | |
msg_ctx | pointer to message context | |
response | pointer to response |