I have successfully sent a SOAP request to the server using curl. This is my code.
$url = $soapUrl; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_