I have called web services in php by using curl function. In below I have given one example. I have sent XML Request by using curl function.Because My web services return data on XML Format. $xml_data = ”; //pass parameter…
I have called web services in php by using curl function. In below I have given one example. I have sent XML Request by using curl function.Because My web services return data on XML Format. $xml_data = ”; //pass parameter…