コード例 #1
0
<?php

$client = new SoapClient(dirname(__FILE__) . "/round3_groupF_extreq.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoString("Hello World");
echo $client->__getlastrequest();
//$HTTP_RAW_POST_DATA = $client->__getlastrequest();
//include("round3_groupF_extreq.inc");
echo "ok\n";
コード例 #2
0
<?php

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

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

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

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

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

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

$client = new SoapClient(dirname(__FILE__) . "/round2_base.wsdl", array("trace" => 1, "exceptions" => 0));
$client->echoString(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'));
echo $client->__getlastrequest();
$HTTP_RAW_POST_DATA = $client->__getlastrequest();
include "round2_base.inc";
echo "ok\n";