|
Invokes the service. This function should be used to call up the functions implementing service operations. - Parameters:
-
| svc_skeli | pointer to svc_skeli struct |
| env | pointer to environment struct |
| node | pointer to node struct |
| msg_ctx | pointer to message context struct |
- Returns:
- pointer to AXIOM node resulting from the invocation. In case of one way operations, NULL would be returned with status in environment error set to AXIS2_SUCCESS. On error NULL would be returned with error status set to AXIS2_FAILURE
|