Searched refs:targetNamespace (Results 1 – 17 of 17) sorted by relevance
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…
19 targetNamespace="http://test-uri/"22 …<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test-uri/" $attributeForm…
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…
2 targetNamespace="urn:books"
322 xmlAttrPtr targetNamespace; in load_wsdl_ex() local358 targetNamespace = get_attribute(definitions->properties, "targetNamespace"); in load_wsdl_ex()359 if (targetNamespace) { in load_wsdl_ex()360 tmpsdl->target_ns = estrdup((char*)targetNamespace->children->content); in load_wsdl_ex()
2739 . Fixed bug #70875 (Segmentation fault if wsdl has no targetNamespace
Completed in 33 milliseconds