Home
last modified time | relevance | path

Searched refs:soapaction (Results 1 – 25 of 61) sorted by relevance

123

/PHP-5.5/ext/soap/
H A Dphp_http.h29 char *soapaction,
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php396 $soapaction = false;
398 $namespace = $soapaction = 'http://soapinterop.org/';
400 // it's the only one that uses this soapaction, and breaks if
404 $soapaction = 'urn:soapinterop';
407 …ew SoapClient(null,array('location'=>$endpoint_info['endpointURL'],'uri'=>$soapaction,'trace'=>1));
431 …$soap_test->method_name,$soap_test->method_params,array('soapaction'=>$soapaction,'uri'=>$namespac…
433 …$soap_test->method_name,$soap_test->method_params,array('soapaction'=>$soapaction,'uri'=>$namespac…
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_016p.phpt8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
H A Dr2_base_016s.phpt8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
H A Dr2_base_003p.phpt8 $client->__soapCall("echoString", array(NULL), array("soapaction"=>"http://soapinterop.org/","uri"=…
H A Dr2_base_003s.phpt8 …ray(new SoapParam(new SoapVar(NULL,XSD_STRING),"inputString")), array("soapaction"=>"http://soapin…
H A Dr2_base_004p.phpt8 $client->__soapCall("echoString", array(">,<,&,\",',\\,\n"), array("soapaction"=>"http://soapintero…
H A Dr2_base_004s.phpt8 …ram(new SoapVar(">,<,&,\",',\\,\n",XSD_STRING),"inputString")), array("soapaction"=>"http://soapin…
H A Dr2_base_005p.phpt9 $client->__soapCall("echoString", array(utf8_encode('ỗÈéóÒ₧⅜ỗỸ')), array("soapaction"=>"http://soap…
H A Dr2_base_019s.phpt8 …Param(new SoapVar('12345.67890',XSD_DECIMAL), "inputDecimal")), array("soapaction"=>"http://soapin…
H A Dr2_base_022p.phpt8 $client->__soapCall("echoBoolean", array(false), array("soapaction"=>"http://soapinterop.org/","uri…
H A Dr2_base_022s.phpt8 …ew SoapParam(new SoapVar(false, XSD_BOOLEAN), "inputBoolean")), array("soapaction"=>"http://soapin…
H A Dr2_base_023p.phpt8 $client->__soapCall("echoBoolean", array(1), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
H A Dr2_base_024s.phpt8 …ay(new SoapParam(new SoapVar(0, XSD_BOOLEAN), "inputBoolean")), array("soapaction"=>"http://soapin…
H A Dr2_base_001p.phpt8 $client->__soapCall("echoString", array("Hello World!"), array("soapaction"=>"http://soapinterop.or…
H A Dr2_base_001s.phpt8 …apParam(new SoapVar("Hello World!",XSD_STRING),"inputString")), array("soapaction"=>"http://soapin…
H A Dr2_base_002p.phpt8 $client->__soapCall("echoString", array(""), array("soapaction"=>"http://soapinterop.org/","uri"=>"…
H A Dr2_base_002s.phpt8 …array(new SoapParam(new SoapVar("",XSD_STRING),"inputString")), array("soapaction"=>"http://soapin…
H A Dr2_base_009p.phpt8 $client->__soapCall("echoStringArray", array(NULL), array("soapaction"=>"http://soapinterop.org/","…
H A Dr2_base_010p.phpt8 $client->__soapCall("echoInteger", array(34345), array("soapaction"=>"http://soapinterop.org/","uri…
H A Dr2_base_010s.phpt8 …ay(new SoapParam(new soapVar(34345, XSD_INT), "inputInteger")), array("soapaction"=>"http://soapin…
H A Dr2_base_012p.phpt10 $client->__soapCall("echoFloat", array(342.23), array("soapaction"=>"http://soapinterop.org/","uri"…
H A Dr2_base_012s.phpt10 …ray(new SoapParam(new SoapVar(342.23,XSD_FLOAT),"inputFloat")), array("soapaction"=>"http://soapin…
H A Dr2_base_017p.phpt8 $client->__soapCall("echoBase64", array('Nebraska'), array("soapaction"=>"http://soapinterop.org/",…
H A Dr2_base_017s.phpt8 …Param(new SoapVar('Nebraska',XSD_BASE64BINARY),"inputBase64")), array("soapaction"=>"http://soapin…

Completed in 55 milliseconds

123