3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Create the client object $soapclient = new SoapClient('http://172.30.10.101/tvwebservices/Login.asmx?WSDL'); //Use the functions of the client, the params of the function are in //the associative array /*$params = '<?xml version="1.0" encoding="utf-16"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <tryLogin xmlns="http://www.tourvisio.com/"> <db>TVWEB</db> <agency>B2C</agency> <user>B2C</user> <pwd>1</pwd> </tryLogin> </soap:Body> </soap:Envelope'; */ $params=array('db' => 'TVWEB', 'agency' => 'B2C', 'user' =>'B2C', 'pwd' => '1'); $response = $soapclient->tryLogin($params); $key= $response->tryLoginResult->AuthKey; echo $key;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "SoapClient" not found in /in/jIWq5:4 Stack trace: #0 {main} thrown in /in/jIWq5 on line 4
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
42.06 ms | 401 KiB | 8 Q