"; $XML .=""; $XML .="
"; $XML .=" "; $XML .=" $username"; $XML .=" $password"; $XML .=" $sitename"; $XML .=" TRUE"; $XML .=" "; $XML .="
"; $XML .=" "; $XML .=" "; $XML .=" "; $XML .=" "; $XML .="
"; $request = stream_context_create(array("http"=>array("method"=>"POST","header"=>"Content-Type:text/xml","content"=>$XML))); $response = file_get_contents("https://$sitename.webex.com/WBXService/XMLService", false, $request); echo $response; ?>