current version
This commit is contained in:
		
							
								
								
									
										171
									
								
								Resources/WSDL/concrete/author methods.wsdl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										171
									
								
								Resources/WSDL/concrete/author methods.wsdl
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,171 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!--Created by TIBCO WSDL--> | ||||
| <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.example.com/1721743175984" xmlns:ns0="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns3="http://www.demo.com/author" name="Untitled" targetNamespace="http://xmlns.example.com/1721743175984"> | ||||
|     <wsdl:types> | ||||
|         <xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:element name="error" type="xs:string"/> | ||||
|             <xs:element name="root"> | ||||
|                 <xs:complexType> | ||||
|                     <xs:sequence> | ||||
|                         <xs:element ref="ns2:error"/> | ||||
|                     </xs:sequence> | ||||
|                 </xs:complexType> | ||||
|             </xs:element> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:import namespace="http://www.demo.com/author"/> | ||||
|             <xs:element name="root"> | ||||
|                 <xs:complexType> | ||||
|                     <xs:sequence> | ||||
|                         <xs:element ref="ns1:status"/> | ||||
|                     </xs:sequence> | ||||
|                 </xs:complexType> | ||||
|             </xs:element> | ||||
|             <xs:element name="status" type="xs:string"/> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/author" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:import namespace="http://www.demo.com/author"/> | ||||
|             <xs:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd"/> | ||||
|             <xs:complexType name="AuthorType"> | ||||
|                 <xs:complexContent> | ||||
|                     <xs:extension base="ns3:PersonType"> | ||||
|                         <xs:sequence> | ||||
|                             <xs:element name="dateOfBirth" type="xs:date"/> | ||||
|                             <xs:element name="dateOfDeath" type="xs:date" minOccurs="0"/> | ||||
|                         </xs:sequence> | ||||
|                     </xs:extension> | ||||
|                 </xs:complexContent> | ||||
|             </xs:complexType> | ||||
|             <xs:complexType name="AuthorsType"> | ||||
|                 <xs:sequence> | ||||
|                     <xs:element ref="ns3:author" minOccurs="0" maxOccurs="unbounded"/> | ||||
|                 </xs:sequence> | ||||
|             </xs:complexType> | ||||
|             <xs:complexType name="PersonType"> | ||||
|                 <xs:sequence> | ||||
|                     <xs:element name="firstName" type="xs:string"/> | ||||
|                     <xs:element name="lastName" type="xs:string"/> | ||||
|                     <xs:element name="age" type="xs:int" minOccurs="0"/> | ||||
|                 </xs:sequence> | ||||
|                 <xs:attribute name="id" type="xs:int"/> | ||||
|             </xs:complexType> | ||||
|             <xs:element name="author" type="ns3:AuthorType"/> | ||||
|             <xs:element name="authors" type="ns3:AuthorsType"/> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:element name="id" type="xs:int"/> | ||||
|             <xs:element name="root"> | ||||
|                 <xs:complexType> | ||||
|                     <xs:sequence> | ||||
|                         <xs:element ref="ns0:id"/> | ||||
|                     </xs:sequence> | ||||
|                 </xs:complexType> | ||||
|             </xs:element> | ||||
|         </xs:schema> | ||||
|     </wsdl:types> | ||||
|     <wsdl:service name="WSDL-service8"> | ||||
|         <wsdl:port name="PortTypeEndpoint8" binding="tns:PortTypeEndpoint8Binding"> | ||||
|             <soap:address location="http://localhost:8888/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8"/> | ||||
|         </wsdl:port> | ||||
|     </wsdl:service> | ||||
|     <wsdl:portType name="PortType"> | ||||
|         <wsdl:operation name="Delete"> | ||||
|             <wsdl:input message="tns:requestDelete"/> | ||||
|             <wsdl:output message="tns:responseDelete"/> | ||||
|             <wsdl:fault name="fault1" message="tns:ErrorMessage"/> | ||||
|         </wsdl:operation> | ||||
|         <wsdl:operation name="Post"> | ||||
|             <wsdl:input message="tns:requestPOST"/> | ||||
|             <wsdl:output message="tns:responsePOST"/> | ||||
|             <wsdl:fault name="fault1" message="tns:ErrorMessage"/> | ||||
|         </wsdl:operation> | ||||
|         <wsdl:operation name="Get"> | ||||
|             <wsdl:input message="tns:requestGet"/> | ||||
|             <wsdl:output message="tns:responseGet"/> | ||||
|             <wsdl:fault name="fault1" message="tns:ErrorMessage"/> | ||||
|         </wsdl:operation> | ||||
|         <wsdl:operation name="Put"> | ||||
|             <wsdl:input message="tns:requestPUT"/> | ||||
|             <wsdl:output message="tns:responsePUT"/> | ||||
|             <wsdl:fault name="fault1" message="tns:ErrorMessage"/> | ||||
|         </wsdl:operation> | ||||
|     </wsdl:portType> | ||||
|     <wsdl:binding name="PortTypeEndpoint8Binding" type="tns:PortType"> | ||||
|         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> | ||||
|         <wsdl:operation name="Delete"> | ||||
|             <soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Delete"/> | ||||
|             <wsdl:input> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:input> | ||||
|             <wsdl:output> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:output> | ||||
|             <wsdl:fault name="fault1"> | ||||
|                 <soap:fault use="literal" name="fault1"/> | ||||
|             </wsdl:fault> | ||||
|         </wsdl:operation> | ||||
|         <wsdl:operation name="Post"> | ||||
|             <soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Post"/> | ||||
|             <wsdl:input> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:input> | ||||
|             <wsdl:output> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:output> | ||||
|             <wsdl:fault name="fault1"> | ||||
|                 <soap:fault use="literal" name="fault1"/> | ||||
|             </wsdl:fault> | ||||
|         </wsdl:operation> | ||||
|         <wsdl:operation name="Get"> | ||||
|             <soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Get"/> | ||||
|             <wsdl:input> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:input> | ||||
|             <wsdl:output> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:output> | ||||
|             <wsdl:fault name="fault1"> | ||||
|                 <soap:fault use="literal" name="fault1"/> | ||||
|             </wsdl:fault> | ||||
|         </wsdl:operation> | ||||
|         <wsdl:operation name="Put"> | ||||
|             <soap:operation style="document" soapAction="/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Put"/> | ||||
|             <wsdl:input> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:input> | ||||
|             <wsdl:output> | ||||
|                 <soap:body use="literal" parts="part1"/> | ||||
|             </wsdl:output> | ||||
|             <wsdl:fault name="fault1"> | ||||
|                 <soap:fault use="literal" name="fault1"/> | ||||
|             </wsdl:fault> | ||||
|         </wsdl:operation> | ||||
|     </wsdl:binding> | ||||
|     <wsdl:message name="requestDelete"> | ||||
|         <wsdl:part name="part1" element="ns0:id"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responseDelete"> | ||||
|         <wsdl:part name="part1" element="ns1:status"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="ErrorMessage"> | ||||
|         <wsdl:part name="part1" element="ns2:error"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="requestPOST"> | ||||
|         <wsdl:part name="part1" element="ns3:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responsePOST"> | ||||
|         <wsdl:part name="part1" element="ns1:status"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="requestGet"> | ||||
|         <wsdl:part name="part1" element="ns1:id"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responseGet"> | ||||
|         <wsdl:part name="part1" element="ns3:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="requestPUT"> | ||||
|         <wsdl:part name="part1" element="ns3:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responsePUT"> | ||||
|         <wsdl:part name="part1" element="ns1:status"/> | ||||
|     </wsdl:message> | ||||
| </wsdl:definitions> | ||||
		Reference in New Issue
	
	Block a user
	 wojciech
					wojciech