Home
last modified time | relevance | path

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

123

/PHP-8.0/ext/soap/
H A Dphp_http.h25 char *soapaction,
/PHP-8.0/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_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_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.phpt8 $client->__soapCall("echoString", array(utf8_encode('ỗÈéóÒ₧⅜ỗỸ')), array("soapaction"=>"http://soap…
H A Dr2_base_005s.phpt8 …w SoapVar(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),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…
H A Dr2_base_018p.phpt8 $client->__soapCall("echoHexBinary", array('soapx4'), array("soapaction"=>"http://soapinterop.org/"…
H A Dr2_base_018s.phpt8 …apParam(new SoapVar('soapx4',XSD_HEXBINARY),"inputHexBinary")), array("soapaction"=>"http://soapin…
H A Dr2_base_019p.phpt8 $client->__soapCall("echoDecimal", array('12345.67890'), array("soapaction"=>"http://soapinterop.or…
H A Dr2_base_019s.phpt8 …Param(new SoapVar('12345.67890',XSD_DECIMAL), "inputDecimal")), array("soapaction"=>"http://soapin…
H A Dr2_base_020p.phpt8 $client->__soapCall("echoDate", array('2001-05-24T17:31:41Z'), array("soapaction"=>"http://soapinte…

Completed in 19 milliseconds

123