ajsoap.c
Makes an axis2 webservices call and logs/reports its raw results
Synopsis
Prototype
axiom_node_t* ajSoapAxis2Call (
axis2_svc_client_t* client,
const axutil_env_t* env,
axiom_node_t* payload
);
Type | Name | Read/Write | Description |
axis2_svc_client_t* | client | Modify | axis2 client obj |
const axutil_env_t* | env | Input | axis2 environment obj |
axiom_node_t* | payload | Modify | webservices input |
axiom_node_t* | | RETURN | axis2 OM object, webservices output |
Input
env: | (Input) | axis2 environment obj |
Input & Output
client: | (Modify) | axis2 client obj |
payload: | (Modify) | webservices input |
Returns
axiom_node_t*: | axis2 OM object, webservices output |
Description
Makes an axis2 webservices call and logs/reports its raw results
See Also
See other functions in this section
Availability
In release 6.4.0
Returns an axis2 client object for web services calls
Synopsis
Prototype
axis2_svc_client_t* ajSoapAxis2GetClient (
const axutil_env_t* env,
const axis2_char_t* address
);
Type | Name | Read/Write | Description |
const axutil_env_t* | env | Input | axis2 environment |
const axis2_char_t* | address | Input | webservices endpoint |
axis2_svc_client_t* | | RETURN | axis2 service client |
Input
env: | (Input) | axis2 environment |
address: | (Input) | webservices endpoint |
Returns
axis2_svc_client_t*: | axis2 service client |
Description
Returns an axis2 client object for web services calls
See Also
See other functions in this section
Availability
In release 6.4.0
Processes a webservices fault object received after a webservices call,
and generates an ajax error unless it is wsdbfetch no-entry-found exception.
Synopsis
Prototype
AjBool ajSoapAxis2Error (
axiom_node_t* fault,
const axutil_env_t* env
);
Type | Name | Read/Write | Description |
axiom_node_t* | fault | Modify | fault object
received after a webservices call |
const axutil_env_t* | env | Input | axis2 environment obj |
AjBool | | RETURN | returns true if the fault object is recognised |
Input
env: | (Input) | axis2 environment obj |
Input & Output
fault: | (Modify) | fault object
received after a webservices call |
Returns
AjBool: | returns true if the fault object is recognised |
Description
Processes a webservices fault object received after a webservices call,
and generates an ajax error unless it is wsdbfetch no-entry-found exception.
See Also
See other functions in this section
Availability
In release 6.4.0
Returns an axis2 environment object for webservices calls
Synopsis
Prototype
axutil_env_t* ajSoapAxis2GetEnv (
void
);
Type | Name | Read/Write | Description |
axutil_env_t* | | RETURN | axis2 environment object |
Returns
axutil_env_t*: | axis2 environment object |
Description
Returns an axis2 environment object for webservices calls
See Also
See other functions in this section
Availability
In release 6.4.0