Hello all, I am creating a xml payload via AXIOM and am using the method axis2_svc_client_send_receive to access a webservice.
axiom_node_t* retNode = axis2_svc_client_send_receive(svcClient, env, payload); I have two questions: 1. Does the axis2_svc_client_send_receive have ownership of the payload ptr and does it free it -OR- is it up to the user of this method to free the payload? 2. Is there documentation somewhere that outlines what methods have ownership of which pointers? Thanks for your help, Tammy Thanks in advance for your help, Tammy
