Home
last modified time | relevance | path

Searched refs:tns (Results 1 – 25 of 94) sorted by relevance

1234

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29839.wsdl1 ….xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" t…
14 <part name="string" type="tns:LocalizedString"/>
17 <part name="string" type="tns:LocalizedString"/>
21 <input message="tns:EchoStringRequest"/>
22 <output message="tns:EchoStringResponse"/>
25 <binding name="AWSProductDataBinding" type="tns:AWSProductDataPortType">
38 <port name="AWSProductDataPort" binding="tns:AWSProductDataBinding">
H A Dbug34453.wsdl1 ….xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" t…
14 <part name="string" type="tns:LocalizedString"/>
17 <part name="string" type="tns:LocalizedString"/>
21 <input message="tns:EchoStringRequest"/>
22 <output message="tns:EchoStringResponse"/>
25 <binding name="AWSProductDataBinding" type="tns:AWSProductDataPortType">
38 <port name="AWSProductDataPort" binding="tns:AWSProductDataBinding">
H A Dbug29795.wsdl1 ….xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://xml.amazon.…
15 <part name="Price" type="tns:Price"/>
19 <input message="tns:GetPriceRequest"/>
20 <output message="tns:GetPriceResponse"/>
23 <binding name="AWSProductDataBinding" type="tns:AWSProductDataPortType">
36 <port name="AWSProductDataPort" binding="tns:AWSProductDataBinding">
H A Dbug30994.phpt11 xmlns:tns="http://spock/kunta/kunta"
24 <soapenc:Array id="id1" soapenc:arrayType="tns:Item[1]">
28 <tns:Item id="id2" xsi:type="tns:Item">
31 </tns:Item>
H A Dbug50698_2.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
189 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
203 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
214 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
225 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
236 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
247 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
258 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
269 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
[all …]
H A Dbug50698_3.wsdl178 <wsdl:part name="parameters" element="tns:Echo"/>
181 <wsdl:part name="parameters" element="tns:EchoResponse"/>
189 <wsdl:binding name="NetTcpBinding_EchoService" type="tns:EchoService">
203 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
214 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
225 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
236 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
247 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
258 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
269 <wsdl:port name="NetTcpBinding_EchoService" binding="tns:NetTcpBinding_EchoService">
[all …]
/PHP-7.4/ext/soap/tests/
H A Dclassmap.wsdl1 …emas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.not…
13 <part name="dotestReturn" type="tns:book"/>
22 <part name="res" type="tns:book"/>
26 <input message="tns:dotestRequest"/>
27 <output message="tns:dotestResponse"/>
30 <input message="tns:dotest2Request"/>
31 <output message="tns:dotest2Response"/>
34 <binding name="testBinding" type="tns:testPortType">
56 <port name="testPort" binding="tns:testBinding">
H A Dbug68361.phpt10 <definitions name="TestServer" targetNamespace="http://foo.bar/testserver" xmlns:tns="http://foo.ba…
52 <input message="tns:getEmployeeRequest"/>
53 <output message="tns:getEmployeeResponse"/>
56 <input message="tns:getUserRequest"/>
57 <output message="tns:getUserResponse"/>
60 <binding name="TestServerBinding" type="tns:TestServerPortType">
82 <port name="TestServerPort" binding="tns:TestServerBinding">
/PHP-7.4/ext/soap/
H A Dphp_schema.c165 xmlAttrPtr tns; in load_schema() local
181 if (tns == NULL) { in load_schema()
311 ns = tns; in schema_simpleType()
1066 ns = tns; in schema_group()
1088 ns = tns; in schema_group()
1366 ns = tns; in schema_complexType()
1495 ns = tns; in schema_element()
1524 ns = tns; in schema_element()
1756 ns = tns; in schema_attribute()
1773 ns = tns; in schema_attribute()
[all …]
/PHP-7.4/ext/soap/tests/schema/
H A Dschema034.phpt9 <element name="testType2" type="tns:testType2"/>
18 <element ref="tns:testType2"/>
22 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"testType2"=>array("int"=>123.…
H A Dschema004.phpt12 <restriction base="tns:testType2"/>
15 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema073.phpt9 <element name="testElement" type="tns:testType"/>
18 test_schema($schema,'element="tns:testElement"',array(123,123.5),'document','literal');
H A Dschema002.phpt13 <restriction base="tns:testType2"/>
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema003.phpt10 <restriction base="tns:testType2"/>
16 test_schema($schema,'type="tns:testType"',123.5);
H A Dschema006.phpt16 <element name="testElement" type="tns:testType"/>
18 test_schema($schema,'element="tns:testElement"',123.5);
H A Dschema007.phpt9 <element name="testElement" type="tns:testType"/>
18 test_schema($schema,'element="tns:testElement"',123.5);
H A Dschema069.phpt11 <attribute ref="tns:int"/>
15 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema070.phpt11 <attributeGroup ref="tns:int_group"/>
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str"));
H A Dschema038.phpt13 <attribute ref="tns:int"/>
17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema039.phpt13 <attributeGroup ref="tns:intGroup"/>
19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema047.phpt16 <extension base="tns:testType2">
22 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema041.phpt10 <group ref="tns:testGroup"/>
19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema043.phpt18 <extension base="tns:testType2">
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema045.phpt18 <restriction base="tns:testType2">
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema046.phpt18 <extension base="tns:testType2">
24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));

Completed in 57 milliseconds

1234