コード例 #1
0
ファイル: r2_base_021w.php プロジェクト: badlamer/hhvm
<?php

$client = new SoapClient(dirname(__FILE__) . "/round2_base.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoBoolean(true);
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round2_base.inc";
echo "ok\n";
コード例 #2
0
ファイル: r2_base_022w.php プロジェクト: badlamer/hhvm
<?php

$client = new SoapClient(dirname(__FILE__) . "/round2_base.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoBoolean(false);
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round2_base.inc";
echo "ok\n";
コード例 #3
0
ファイル: r2_base_024w.php プロジェクト: badlamer/hhvm
<?php

$client = new SoapClient(dirname(__FILE__) . "/round2_base.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoBoolean(0);
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round2_base.inc";
echo "ok\n";
コード例 #4
0
ファイル: r4_groupI_xsd_017w.php プロジェクト: badlamer/hhvm
<?php

$client = new SoapClient(dirname(__FILE__) . "/round4_groupI_xsd.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoBoolean(array("inputBoolean" => true));
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round4_groupI_xsd.inc";
echo "ok\n";
コード例 #5
0
ファイル: r2_base_023w.php プロジェクト: badlamer/hhvm
<?php

$client = new SoapClient(dirname(__FILE__) . "/round2_base.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoBoolean(1);
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round2_base.inc";
echo "ok\n";