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 |
From EMBOSS 6.4.0
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 |
From EMBOSS 6.4.0
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 |
From EMBOSS 6.4.0
axutil_env_t* ajSoapAxis2GetEnv ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
axutil_env_t* | RETURN | axis2 environment object |
From EMBOSS 6.4.0