jms and http in one wsdl file
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
|  | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:element name="root"> | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
|  | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"	 	   | ||||
|          xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:element name="root"> | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
|  | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:element name="root"> | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
|  | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:element name="root"> | ||||
|   | ||||
| @@ -1,16 +1,16 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
|  | ||||
| <!-- Created with Liquid Studio 2018 (https://www.liquid-technologies.com) --> | ||||
| <xs:schema xmlns:a="http://www.demo.com/author" | ||||
| <xs:schema xmlns:a="http://www.demo.com/GetResponse" | ||||
| 	 xmlns:p="http://www.demo.com/person" | ||||
| 	 xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns:ns0="http://www.demo.com/author" | ||||
| 	 targetNamespace="http://www.demo.com/author" | ||||
| 	 targetNamespace="http://www.demo.com/GetResponse" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:complexType name="AuthorType"> | ||||
| 		<xs:complexContent> | ||||
| 			<xs:extension base="ns0:PersonType"> | ||||
| 			<xs:extension base="a:PersonType"> | ||||
| 				<xs:sequence> | ||||
| 					<xs:element name="dateOfBirth" type="xs:date"/> | ||||
| 					<xs:element name="dateOfDeath" type="xs:date" minOccurs="0"/> | ||||
| @@ -18,10 +18,10 @@ | ||||
| 			</xs:extension> | ||||
| 		</xs:complexContent> | ||||
| 	</xs:complexType> | ||||
| 	<xs:element name="author" type="ns0:AuthorType"/> | ||||
| 	<xs:element name="author" type="a:AuthorType"/> | ||||
| 	<xs:complexType name="AuthorsType"> | ||||
| 		<xs:sequence> | ||||
| 			<xs:element ref="ns0:author" minOccurs="0" maxOccurs="unbounded"/> | ||||
| 			<xs:element ref="a:author" minOccurs="0" maxOccurs="unbounded"/> | ||||
| 		</xs:sequence> | ||||
| 	</xs:complexType> | ||||
| 	<xs:complexType name="PersonType"> | ||||
| @@ -32,5 +32,5 @@ | ||||
| 		</xs:sequence> | ||||
| 		<xs:attribute name="id" type="xs:int"/> | ||||
| 	</xs:complexType> | ||||
| 	<xs:element name="authors" type="ns0:AuthorsType"/> | ||||
| 	<xs:element name="authors" type="a:AuthorsType"/> | ||||
| </xs:schema> | ||||
| @@ -1,14 +1,13 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
|  | ||||
| <!-- Created with Liquid Studio 2018 (https://www.liquid-technologies.com) --> | ||||
| <xs:schema xmlns:a="http://www.demo.com/author1" | ||||
| <xs:schema xmlns:a="http://www.demo.com/PostRequest" | ||||
| 	 xmlns:p="http://www.demo.com/person" | ||||
| 	 xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns:ns0="http://www.demo.com/author" | ||||
| 	 targetNamespace="http://www.demo.com/author1" | ||||
| 	 targetNamespace="http://www.demo.com/PostRequest" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
|  <xs:complexType name="AuthorType"> | ||||
| 	<xs:complexType name="AuthorType"> | ||||
| 		<xs:complexContent> | ||||
| 			<xs:extension base="a:PersonType"> | ||||
| 				<xs:sequence> | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
|  | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:element name="root"> | ||||
|   | ||||
| @@ -1,10 +1,10 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
|  | ||||
| <!-- Created with Liquid Studio 2018 (https://www.liquid-technologies.com) --> | ||||
| <xs:schema xmlns:a="http://www.demo.com/author" | ||||
| <xs:schema xmlns:a="http://www.demo.com/PutRequest" | ||||
| 	 xmlns:p="http://www.demo.com/person" | ||||
| 	 xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 targetNamespace="http://www.demo.com/author" | ||||
| 	 targetNamespace="http://www.demo.com/PutRequest" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:complexType name="AuthorType"> | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
|  | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" | ||||
| 	 xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" | ||||
| 	 targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" | ||||
| 	 elementFormDefault="qualified" | ||||
| 	 attributeFormDefault="unqualified"> | ||||
| 	<xs:element name="root"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 wojciech
					wojciech