Home
last modified time | relevance | path

Searched refs:targetNamespace (Results 1 – 16 of 16) sorted by relevance

/PHP-7.4/ext/soap/tests/bugs/
H A Dbug27722.phpt2 Bug #27722 (Segfault on schema without targetNamespace)
H A Dbug29795.wsdl1 …LSchema" xmlns:tns="http://xml.amazon.com/AWSProductData/2004-08-01" targetNamespace="http://xml.a…
3 …<xs:schema targetNamespace="http://xml.amazon.com/AWSProductData/2004-08-01" elementFormDefault="q…
H A Dbug29839.wsdl1 …ns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-…
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
H A Dbug34453.wsdl1 …ns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://test-uri" targetNamespace="http://test-…
3 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">
H A Dbug29061.wsdl7 xmlns:y="http://new.webservice.namespace" targetNamespace="http
H A Dbug40609.wsdl1 …mlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://quick…
3 …ema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://quick…
H A Dbug50698_1.wsdl1 <wsdl:definitions name="EchoService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schem…
H A Dbug50698_4.wsdl1 <wsdl:definitions name="EchoService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schem…
H A Dbug50698_3.wsdl1 <wsdl:definitions name="EchoService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schem…
H A Dbug50698_2.wsdl1 <wsdl:definitions name="EchoService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schem…
/PHP-7.4/ext/soap/tests/
H A Dbug70875.phpt2 SOAP Bug #70875 - Segmentation fault if wsdl has no targetNamespace attribute
H A Dclassmap.wsdl1 …://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.nothing.com" targetNamespace="http://schem…
3 <xsd:schema targetNamespace="http://schemas.nothing.com">
H A Dbug68361.phpt10 <definitions name="TestServer" targetNamespace="http://foo.bar/testserver" xmlns:tns="http://foo.ba…
12 …<xsd:schema targetNamespace="http://foo.bar/testserver/types" xmlns="http://foo.bar/testserver/typ…
/PHP-7.4/ext/soap/tests/schema/
H A Dtest_schema.inc19 targetNamespace="http://test-uri/"
22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm…
/PHP-7.4/ext/xmlreader/tests/
H A Dbug73053.xsd2 targetNamespace="urn:books"
/PHP-7.4/ext/soap/
H A Dphp_sdl.c325 xmlAttrPtr targetNamespace; in load_wsdl_ex() local
361 targetNamespace = get_attribute(definitions->properties, "targetNamespace"); in load_wsdl_ex()
362 if (targetNamespace) { in load_wsdl_ex()
363 tmpsdl->target_ns = estrdup((char*)targetNamespace->children->content); in load_wsdl_ex()

Completed in 37 milliseconds