Example #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";
<?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";
Example #3
0
<?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";
Example #4
0
<?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";
Example #5
0
<?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";
Example #6
0
<?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";
Example #7
0
<?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";
Example #8
0
<?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";