Searched refs:targetNamespace (Results 1 – 17 of 17) sorted by relevance
11 …hemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-…13 <xs:schema targetNamespace="http://test-uri" elementFormDefault="qualified">21 …hemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-…32 <xs:schema targetNamespace="http://www.w3.org/XML/1998/namespacex" xmlns:xs="http://www.w3.org/2001…73 …rsing Schema: can't import schema from '%sbug62900.xsd', unexpected 'targetNamespace'='http://www.…79 … Parsing Schema: can't import schema from '%sbug62900.xsd', missing 'targetNamespace', expected 'h…85 …om '%sbug62900.xsd', unexpected 'targetNamespace'='http://www.w3.org/XML/1998/namespacex', expecte…
2 Bug #27722 (Segfault on schema without targetNamespace)
1 …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…
1 …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">
7 xmlns:y="http://new.webservice.namespace" targetNamespace="http
1 …mlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://quick…3 …ema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://quick…
1 <wsdl:definitions name="EchoService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schem…
2 SOAP Bug #70875 - Segmentation fault if wsdl has no targetNamespace attribute
1 …://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.nothing.com" targetNamespace="http://schem…3 <xsd:schema targetNamespace="http://schemas.nothing.com">
10 <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…
19 targetNamespace="http://test-uri/"22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm…
2 targetNamespace="urn:books"
326 xmlAttrPtr targetNamespace; in load_wsdl_ex() local362 targetNamespace = get_attribute(definitions->properties, "targetNamespace"); in load_wsdl_ex()363 if (targetNamespace) { in load_wsdl_ex()364 tmpsdl->target_ns = estrdup((char*)targetNamespace->children->content); in load_wsdl_ex()
Completed in 40 milliseconds