Home
last modified time | relevance | path

Searched refs:tns (Results 26 – 50 of 94) sorted by relevance

1234

/PHP-7.4/ext/soap/tests/schema/
H A Dschema048.phpt18 <restriction base="tns:testType2">
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema033.phpt17 <element name="nest" type="tns:testType2"/>
21 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"nest"=>array("int"=>123.5)));
H A Dschema049.phpt17 <restriction base="tns:testType2">
25 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema085.phpt16 <extension base="tns:testType2">
33 test_schema($schema,'type="tns:testType"',new B());
H A Dschema035.phpt19 <element ref="tns:testType2"/>
23 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema068.phpt14 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>4));
H A Dtest_schema.inc15 xmlns:tns="http://test-uri/"
46 <port name="testPort" binding="tns:testBinding">
H A Dschema071.phpt17 test_schema($schema,'type="tns:testType"',array(123,123.5),'document','literal');
H A Dschema001.phpt13 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema056.phpt17 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema057.phpt19 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
H A Dschema072.phpt19 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema005.phpt17 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema009.phpt13 test_schema($schema,'type="tns:testType"',"one two");
H A Dschema010.phpt13 test_schema($schema,'type="tns:testType"',array("one","two"));
H A Dschema011.phpt17 test_schema($schema,'type="tns:testType"',"123 456.7");
H A Dschema012.phpt17 test_schema($schema,'type="tns:testType"',array(123,456.7));
H A Dschema013.phpt13 test_schema($schema,'type="tns:testType"',"str");
H A Dschema014.phpt15 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema018.phpt20 test_schema($schema,'type="tns:testType"',"123.5");
H A Dschema019.phpt20 test_schema($schema,'type="tns:testType"',"123.5 456.7");
H A Dschema021.phpt17 test_schema($schema,'type="tns:testType"',"123 123.5 456.7 str");
H A Dschema058.phpt18 test_schema($schema,'type="tns:testType"',array(123,123.5),'rpc','literal');
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl1 …ncoding/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:tns="http://tempuri.org…
178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
185 …<wsdl:input wsaw:Action="http://tempuri.org/EchoService/Echo" message="tns:EchoService_Echo_InputM…
186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
215 <wsdl:port name="BasicHttpBinding_EchoService" binding="tns:BasicHttpBinding_EchoService">
218 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
H A Dbug50698_4.wsdl1 …ncoding/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:tns="http://tempuri.org…
178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
185 …<wsdl:input wsaw:Action="http://tempuri.org/EchoService/Echo" message="tns:EchoService_Echo_InputM…
186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
189 <wsdl:binding name="BasicHttpBinding_EchoService" type="tns:EchoService">
201 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
215 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
224 <wsdl:port name="BasicHttpBinding_EchoService" binding="tns:BasicHttpBinding_EchoService">

Completed in 37 milliseconds

1234