jms and http in one wsdl file
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.demo.com/author" xmlns:ns3="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema"> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns5="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.demo.com/author" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:ns3="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema"> | ||||
|     <wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/> | ||||
|     <pd:name>Resources/WSDL/SoapDeleteAuthor.process</pd:name> | ||||
|     <pd:startName>Start</pd:startName> | ||||
| @@ -9,9 +9,9 @@ | ||||
|     <pd:returnBindings> | ||||
|         <wsdlPfx:responseDelete> | ||||
|             <part1> | ||||
|                 <ns2:status> | ||||
|                 <ns5:status> | ||||
|                     <xsl:value-of select="$XmlDELETE/root/status"/> | ||||
|                 </ns2:status> | ||||
|                 </ns5:status> | ||||
|             </part1> | ||||
|         </wsdlPfx:responseDelete> | ||||
|     </pd:returnBindings> | ||||
| @@ -35,7 +35,7 @@ | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <id> | ||||
|                     <xsl:value-of select="$Start/wsdlPfx:requestDelete/part1/ns:id"/> | ||||
|                     <xsl:value-of select="$Start/wsdlPfx:requestDelete/part1/ns4:id"/> | ||||
|                 </id> | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|   | ||||
| @@ -1,18 +1,42 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pfx="http://xmlns.example.com/1721743175984" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.demo.com/author" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns3="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2"> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns5="http://www.demo.com/GetResponse" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pfx="http://xmlns.example.com/1721743175984" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.demo.com/author" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:ns3="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2"> | ||||
|     <xs:import xmlns:xs="http://www.w3.org/2001/XMLSchema" namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" schemaLocation="/Resources/schemas/getRequest.xsd"/> | ||||
|     <wsdl:import namespace="http://xmlns.example.com/1721743175984" location="/Resources/WSDL/concrete/author methods.wsdl"/> | ||||
|     <wsdl:import namespace="http://xmlns.example.com/1721743175984" location="/Resources/WSDL/WSDL-service8.serviceagent"/> | ||||
|     <wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/> | ||||
|     <wsdl:import namespace="http://xmlns.example.com/1721743175984"/> | ||||
|     <pd:name>Resources/WSDL/SoapGetAuthor.process</pd:name> | ||||
|     <pd:startName>Start</pd:startName> | ||||
|     <pd:startType wsMsgRef="wsdlPfx:requestGet"/> | ||||
|     <pd:startX>111</pd:startX> | ||||
|     <pd:startX>116</pd:startX> | ||||
|     <pd:startY>64</pd:startY> | ||||
|     <pd:returnBindings> | ||||
|         <wsdlPfx:responseGet> | ||||
|             <part1> | ||||
|                 <xsl:copy-of select="$XmlGET/root/ns2:author"/> | ||||
|                 <ns5:author> | ||||
|                     <xsl:if test="$XmlGET/root/ns2:author/@id"> | ||||
|                         <xsl:attribute name="id"> | ||||
|                             <xsl:value-of select="$XmlGET/root/ns2:author/@id"/> | ||||
|                         </xsl:attribute> | ||||
|                     </xsl:if> | ||||
|                     <ns5:firstName> | ||||
|                         <xsl:value-of select="$XmlGET/root/ns2:author/ns2:firstName"/> | ||||
|                     </ns5:firstName> | ||||
|                     <ns5:lastName> | ||||
|                         <xsl:value-of select="$XmlGET/root/ns2:author/ns2:lastName"/> | ||||
|                     </ns5:lastName> | ||||
|                     <xsl:if test="$XmlGET/root/ns2:author/ns2:age"> | ||||
|                         <ns5:age> | ||||
|                             <xsl:value-of select="$XmlGET/root/ns2:author/ns2:age"/> | ||||
|                         </ns5:age> | ||||
|                     </xsl:if> | ||||
|                     <ns5:dateOfBirth> | ||||
|                         <xsl:value-of select="$XmlGET/root/ns2:author/ns2:dateOfBirth"/> | ||||
|                     </ns5:dateOfBirth> | ||||
|                     <xsl:if test="$XmlGET/root/ns2:author/ns2:dateOfDeath"> | ||||
|                         <ns5:dateOfDeath> | ||||
|                             <xsl:value-of select="$XmlGET/root/ns2:author/ns2:dateOfDeath"/> | ||||
|                         </ns5:dateOfDeath> | ||||
|                     </xsl:if> | ||||
|                 </ns5:author> | ||||
|             </part1> | ||||
|         </wsdlPfx:responseGet> | ||||
|     </pd:returnBindings> | ||||
| @@ -36,7 +60,7 @@ | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <id> | ||||
|                     <xsl:value-of select="$Start/wsdlPfx:requestGet/part1/ns:id"/> | ||||
|                     <xsl:value-of select="$Start/wsdlPfx:requestGet/part1/ns4:id"/> | ||||
|                 </id> | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema"> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:ns3="http://www.demo.com/PostRequest"> | ||||
|     <wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/> | ||||
|     <pd:name>Resources/WSDL/SoapPostAuthor.process</pd:name> | ||||
|     <pd:startName>Start</pd:startName> | ||||
| @@ -9,9 +9,9 @@ | ||||
|     <pd:returnBindings> | ||||
|         <wsdlPfx:responsePOST> | ||||
|             <part1> | ||||
|                 <ns2:status> | ||||
|                 <ns4:status> | ||||
|                     <xsl:value-of select="$XmlPOST/root/status"/> | ||||
|                 </ns2:status> | ||||
|                 </ns4:status> | ||||
|             </part1> | ||||
|         </wsdlPfx:responsePOST> | ||||
|     </pd:returnBindings> | ||||
| @@ -34,7 +34,32 @@ | ||||
|         </config> | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <xsl:copy-of select="$Start/wsdlPfx:requestPOST/part1/ns:author"/> | ||||
|                 <ns:author> | ||||
|                     <xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns3:author/@id"> | ||||
|                         <xsl:attribute name="id"> | ||||
|                             <xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/@id"/> | ||||
|                         </xsl:attribute> | ||||
|                     </xsl:if> | ||||
|                     <ns:firstName> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:firstName"/> | ||||
|                     </ns:firstName> | ||||
|                     <ns:lastName> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:lastName"/> | ||||
|                     </ns:lastName> | ||||
|                     <xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:age"> | ||||
|                         <ns:age> | ||||
|                             <xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:age"/> | ||||
|                         </ns:age> | ||||
|                     </xsl:if> | ||||
|                     <ns:dateOfBirth> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:dateOfBirth"/> | ||||
|                     </ns:dateOfBirth> | ||||
|                     <xsl:if test="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:dateOfDeath"> | ||||
|                         <ns:dateOfDeath> | ||||
|                             <xsl:value-of select="$Start/wsdlPfx:requestPOST/part1/ns3:author/ns3:dateOfDeath"/> | ||||
|                         </ns:dateOfDeath> | ||||
|                     </xsl:if> | ||||
|                 </ns:author> | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|     </pd:activity> | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema"> | ||||
| <pd:ProcessDefinition xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:pd="http://xmlns.tibco.com/bw/process/2003" xmlns:ns="http://www.demo.com/author" xmlns:wsdlPfx="http://xmlns.example.com/1721737885605" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" xmlns:ns1="http://www.tibco.com/pe/GenerateErrorActivity/InputSchema" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:ns3="http://www.demo.com/PutRequest"> | ||||
|     <wsdl:import namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/> | ||||
|     <pd:name>Resources/WSDL/SoapPutAuthor.process</pd:name> | ||||
|     <pd:startName>Start</pd:startName> | ||||
| @@ -9,9 +9,9 @@ | ||||
|     <pd:returnBindings> | ||||
|         <wsdlPfx:responsePUT> | ||||
|             <part1> | ||||
|                 <ns2:status> | ||||
|                 <ns4:status> | ||||
|                     <xsl:value-of select="$XmlPUT/root/status"/> | ||||
|                 </ns2:status> | ||||
|                 </ns4:status> | ||||
|             </part1> | ||||
|         </wsdlPfx:responsePUT> | ||||
|     </pd:returnBindings> | ||||
| @@ -35,30 +35,26 @@ | ||||
|         <pd:inputBindings> | ||||
|             <root> | ||||
|                 <ns:author> | ||||
|                     <xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns:author/@id"> | ||||
|                     <xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns3:author/@id"> | ||||
|                         <xsl:attribute name="id"> | ||||
|                             <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/@id"/> | ||||
|                             <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/@id"/> | ||||
|                         </xsl:attribute> | ||||
|                     </xsl:if> | ||||
|                     <ns:firstName> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:firstName"/> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:firstName"/> | ||||
|                     </ns:firstName> | ||||
|                     <ns:lastName> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:lastName"/> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:lastName"/> | ||||
|                     </ns:lastName> | ||||
|                     <xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:age"> | ||||
|                         <ns:age> | ||||
|                             <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:age"/> | ||||
|                         </ns:age> | ||||
|                     </xsl:if> | ||||
|                     <ns:age> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:age"/> | ||||
|                     </ns:age> | ||||
|                     <ns:dateOfBirth> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:dateOfBirth"/> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:dateOfBirth"/> | ||||
|                     </ns:dateOfBirth> | ||||
|                     <xsl:if test="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:dateOfDeath"> | ||||
|                         <ns:dateOfDeath> | ||||
|                             <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns:author/ns:dateOfDeath"/> | ||||
|                         </ns:dateOfDeath> | ||||
|                     </xsl:if> | ||||
|                     <ns:dateOfDeath> | ||||
|                         <xsl:value-of select="$Start/wsdlPfx:requestPUT/part1/ns3:author/ns3:dateOfDeath"/> | ||||
|                     </ns:dateOfDeath> | ||||
|                 </ns:author> | ||||
|             </root> | ||||
|         </pd:inputBindings> | ||||
|   | ||||
							
								
								
									
										250
									
								
								Resources/WSDL/WSDL-service0.serviceagent
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										250
									
								
								Resources/WSDL/WSDL-service0.serviceagent
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,250 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <serviceResource xmlns:wsdl="http://xmlns.example.com/1721737885605"> | ||||
|     <ns0:import xmlns:ns0="http://schemas.xmlsoap.org/wsdl/" namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/> | ||||
|     <config> | ||||
|         <wsdl namespace="http://xmlns.example.com/1724754439805" embedWsdlComponents="true" embedSchemaComponents="true" embedJndiProperties="false"/> | ||||
|         <class>com.tibco.bw.service.serviceAgent.ServiceServiceAgent</class> | ||||
|         <name>WSDL-service0</name> | ||||
|         <resourceType>service.definition</resourceType> | ||||
|         <implType>bw</implType> | ||||
|         <groups> | ||||
|             <row isDefault="true" groupName="Default"/> | ||||
|         </groups> | ||||
|         <interfaceImpl> | ||||
|             <tab> | ||||
|                 <tabName>PortType</tabName> | ||||
|                 <tabType>bw</tabType> | ||||
|                 <config> | ||||
|                     <wsdlDetail location="/Resources/WSDL/WSDL.wsdl" portType="PortType" ns="http://xmlns.example.com/1721737885605"/> | ||||
|                     <detail> | ||||
|                         <tab> | ||||
|                             <tabName>service.definition.impl.tab.label</tabName> | ||||
|                             <tabType>impl</tabType> | ||||
|                             <config> | ||||
|                                 <operations> | ||||
|                                     <row opName="Post" opImpl="/Resources/WSDL/SoapPostAuthor.process"/> | ||||
|                                     <row opName="Get" opImpl="/Resources/WSDL/SoapGetAuthor.process"/> | ||||
|                                     <row opName="Put" opImpl="/Resources/WSDL/SoapPutAuthor.process"/> | ||||
|                                     <row opName="Delete" opImpl="/Resources/WSDL/SoapDeleteAuthor.process"/> | ||||
|                                 </operations> | ||||
|                             </config> | ||||
|                         </tab> | ||||
|                         <tab> | ||||
|                             <tabName>service.definition.ep.tab.label</tabName> | ||||
|                             <tabType>ep</tabType> | ||||
|                             <config> | ||||
|                                 <epBindings> | ||||
|                                     <row epName="JmsEndpoint" epType="soap"> | ||||
|                                         <config> | ||||
|                                             <epDetail> | ||||
|                                                 <tab> | ||||
|                                                     <tabName>soap.service.transport.ui.transport.tab.label</tabName> | ||||
|                                                     <tabType>transport</tabType> | ||||
|                                                     <config> | ||||
|                                                         <sharedChannel>/LocalResources/alternativeQueue.sharedjmscon</sharedChannel> | ||||
|                                                         <transport> | ||||
|                                                             <config> | ||||
|                                                                 <JMSTo>queue.sample</JMSTo> | ||||
|                                                                 <JMSDestinationType>queue</JMSDestinationType> | ||||
|                                                                 <JMSMessageType>Bytes</JMSMessageType> | ||||
|                                                                 <SoapJmsW3cFlag>false</SoapJmsW3cFlag> | ||||
|                                                                 <targetService/> | ||||
|                                                                 <useIncomingDeliveryMode>false</useIncomingDeliveryMode> | ||||
|                                                                 <JMSDeliveryMode>2</JMSDeliveryMode> | ||||
|                                                                 <JMSAcknowledgementMode>1</JMSAcknowledgementMode> | ||||
|                                                                 <ApplicationProperties/> | ||||
|                                                                 <ApplicationPropertiesOutMessage/> | ||||
|                                                                 <JMSMaxSessions/> | ||||
|                                                                 <operations> | ||||
|                                                                     <operation name="Post"> | ||||
|                                                                         <general> | ||||
|                                                                             <config> | ||||
|                                                                                 <JMSDurable>false</JMSDurable> | ||||
|                                                                                 <JMSDurableName/> | ||||
|                                                                             </config> | ||||
|                                                                         </general> | ||||
|                                                                     </operation> | ||||
|                                                                     <operation name="Get"> | ||||
|                                                                         <general> | ||||
|                                                                             <config> | ||||
|                                                                                 <JMSDurable>false</JMSDurable> | ||||
|                                                                                 <JMSDurableName/> | ||||
|                                                                             </config> | ||||
|                                                                         </general> | ||||
|                                                                     </operation> | ||||
|                                                                     <operation name="Put"> | ||||
|                                                                         <general> | ||||
|                                                                             <config> | ||||
|                                                                                 <JMSDurable>false</JMSDurable> | ||||
|                                                                                 <JMSDurableName/> | ||||
|                                                                             </config> | ||||
|                                                                         </general> | ||||
|                                                                     </operation> | ||||
|                                                                     <operation name="Delete"> | ||||
|                                                                         <general> | ||||
|                                                                             <config> | ||||
|                                                                                 <JMSDurable>false</JMSDurable> | ||||
|                                                                                 <JMSDurableName/> | ||||
|                                                                             </config> | ||||
|                                                                         </general> | ||||
|                                                                     </operation> | ||||
|                                                                 </operations> | ||||
|                                                             </config> | ||||
|                                                         </transport> | ||||
|                                                     </config> | ||||
|                                                 </tab> | ||||
|                                                 <tab> | ||||
|                                                     <tabName>soap.service.transport.ui.details.tab.label</tabName> | ||||
|                                                     <tabType>details</tabType> | ||||
|                                                     <config> | ||||
|                                                         <operationStyle>document</operationStyle> | ||||
|                                                         <soapVersion>SOAP 1.1</soapVersion> | ||||
|                                                         <soap> | ||||
|                                                             <operation name="Post"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint0/Post</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Get"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint0/Get</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Put"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint0/Put</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Delete"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint0/Delete</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                         </soap> | ||||
|                                                     </config> | ||||
|                                                 </tab> | ||||
|                                             </epDetail> | ||||
|                                         </config> | ||||
|                                     </row> | ||||
|                                     <row epName="HttpEndpoint" epType="soap"> | ||||
|                                         <config> | ||||
|                                             <epDetail> | ||||
|                                                 <tab> | ||||
|                                                     <tabName>soap.service.transport.ui.transport.tab.label</tabName> | ||||
|                                                     <tabType>transport</tabType> | ||||
|                                                     <config> | ||||
|                                                         <sharedChannel>/Resources/configurations/HTTP Connection.sharedhttp</sharedChannel> | ||||
|                                                         <transport> | ||||
|                                                             <config> | ||||
|                                                                 <useBasicAuthentication>false</useBasicAuthentication> | ||||
|                                                                 <httpURI>/PortTypeEndpoint1</httpURI> | ||||
|                                                             </config> | ||||
|                                                         </transport> | ||||
|                                                     </config> | ||||
|                                                 </tab> | ||||
|                                                 <tab> | ||||
|                                                     <tabName>soap.service.transport.ui.details.tab.label</tabName> | ||||
|                                                     <tabType>details</tabType> | ||||
|                                                     <config> | ||||
|                                                         <operationStyle>document</operationStyle> | ||||
|                                                         <soapVersion>SOAP 1.1</soapVersion> | ||||
|                                                         <soap> | ||||
|                                                             <operation name="Post"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint1/Post</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Get"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint1/Get</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Put"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint1/Put</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Delete"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/PortTypeEndpoint1/Delete</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                         </soap> | ||||
|                                                     </config> | ||||
|                                                 </tab> | ||||
|                                             </epDetail> | ||||
|                                         </config> | ||||
|                                     </row> | ||||
|                                 </epBindings> | ||||
|                             </config> | ||||
|                         </tab> | ||||
|                     </detail> | ||||
|                 </config> | ||||
|             </tab> | ||||
|         </interfaceImpl> | ||||
|     </config> | ||||
| </serviceResource> | ||||
| @@ -1,127 +0,0 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <serviceResource xmlns:wsdl="http://xmlns.example.com/1721737885605"> | ||||
|     <ns0:import xmlns:ns0="http://schemas.xmlsoap.org/wsdl/" namespace="http://xmlns.example.com/1721737885605" location="/Resources/WSDL/WSDL.wsdl"/> | ||||
|     <config> | ||||
|         <wsdl namespace="http://xmlns.example.com/1721743175984" embedWsdlComponents="true" embedSchemaComponents="true" embedJndiProperties="false"/> | ||||
|         <class>com.tibco.bw.service.serviceAgent.ServiceServiceAgent</class> | ||||
|         <name>WSDL-service8</name> | ||||
|         <resourceType>service.definition</resourceType> | ||||
|         <implType>bw</implType> | ||||
|         <groups> | ||||
|             <row isDefault="true" groupName="Default"/> | ||||
|         </groups> | ||||
|         <serviceChange>Wed Jul 24 16:14:47 CEST 2024</serviceChange> | ||||
|         <interfaceImpl> | ||||
|             <tab> | ||||
|                 <tabName>PortType</tabName> | ||||
|                 <tabType>bw</tabType> | ||||
|                 <config> | ||||
|                     <wsdlDetail location="/Resources/WSDL/WSDL.wsdl" portType="PortType" ns="http://xmlns.example.com/1721737885605"/> | ||||
|                     <detail> | ||||
|                         <tab> | ||||
|                             <tabName>service.definition.impl.tab.label</tabName> | ||||
|                             <tabType>impl</tabType> | ||||
|                             <config> | ||||
|                                 <operations> | ||||
|                                     <row opName="Post" opImpl="/Resources/WSDL/SoapPostAuthor.process"/> | ||||
|                                     <row opName="Get" opImpl="/Resources/WSDL/SoapGetAuthor.process"/> | ||||
|                                     <row opName="Put" opImpl="/Resources/WSDL/SoapPutAuthor.process"/> | ||||
|                                     <row opName="Delete" opImpl="/Resources/WSDL/SoapDeleteAuthor.process"/> | ||||
|                                 </operations> | ||||
|                             </config> | ||||
|                         </tab> | ||||
|                         <tab> | ||||
|                             <tabName>service.definition.ep.tab.label</tabName> | ||||
|                             <tabType>ep</tabType> | ||||
|                             <config> | ||||
|                                 <epBindings> | ||||
|                                     <row epName="PortTypeEndpoint8" epType="soap"> | ||||
|                                         <config> | ||||
|                                             <epDetail> | ||||
|                                                 <tab> | ||||
|                                                     <tabName>soap.service.transport.ui.transport.tab.label</tabName> | ||||
|                                                     <tabType>transport</tabType> | ||||
|                                                     <config> | ||||
|                                                         <sharedChannel>/Resources/configurations/HTTP Connection.sharedhttp</sharedChannel> | ||||
|                                                         <transport> | ||||
|                                                             <config> | ||||
|                                                                 <useBasicAuthentication>false</useBasicAuthentication> | ||||
|                                                                 <httpURI>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8</httpURI> | ||||
|                                                             </config> | ||||
|                                                         </transport> | ||||
|                                                     </config> | ||||
|                                                 </tab> | ||||
|                                                 <tab> | ||||
|                                                     <tabName>soap.service.transport.ui.details.tab.label</tabName> | ||||
|                                                     <tabType>details</tabType> | ||||
|                                                     <config> | ||||
|                                                         <operationStyle>document</operationStyle> | ||||
|                                                         <soapVersion>SOAP 1.1</soapVersion> | ||||
|                                                         <soap> | ||||
|                                                             <operation name="Post"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Post</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Get"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Get</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Put"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Put</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                             <operation name="Delete"> | ||||
|                                                                 <general> | ||||
|                                                                     <config> | ||||
|                                                                         <soapAction>/Resources/WSDL/WSDL-service8.serviceagent/PortTypeEndpoint8/Delete</soapAction> | ||||
|                                                                         <operationStyle/> | ||||
|                                                                         <soapUse>literal</soapUse> | ||||
|                                                                         <inputNamespace/> | ||||
|                                                                         <outputNamespace/> | ||||
|                                                                         <faultNamespace/> | ||||
|                                                                         <portAddressPrefix/> | ||||
|                                                                     </config> | ||||
|                                                                 </general> | ||||
|                                                             </operation> | ||||
|                                                         </soap> | ||||
|                                                     </config> | ||||
|                                                 </tab> | ||||
|                                             </epDetail> | ||||
|                                         </config> | ||||
|                                     </row> | ||||
|                                 </epBindings> | ||||
|                             </config> | ||||
|                         </tab> | ||||
|                     </detail> | ||||
|                 </config> | ||||
|             </tab> | ||||
|         </interfaceImpl> | ||||
|     </config> | ||||
| </serviceResource> | ||||
| @@ -1,10 +1,16 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!--Created by TIBCO WSDL--> | ||||
| <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:tns="http://xmlns.example.com/1721737885605" xmlns:ns0="http://www.demo.com/author" 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/" name="Untitled" targetNamespace="http://xmlns.example.com/1721737885605"> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" location="../schemas/deleteRequest.xsd"/> | ||||
|     <wsdl:import namespace="http://www.demo.com/author" location="../schemas/postRequest.xsd"/> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd2" location="../schemas/errorSchema.xsd"/> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" location="../schemas/getRequest.xsd"/> | ||||
| <wsdl:definitions xmlns:ns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema1.xsd" xmlns:ns0="http://www.demo.com/author" 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:ns4="http://www.demo.com/PutRequest" xmlns:ns3="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:ns6="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:ns5="http://www.demo.com/GetResponse" xmlns:ns8="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns7="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:ns9="http://www.demo.com/PostRequest" xmlns:ns11="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" xmlns:ns10="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:tns="http://xmlns.example.com/1721737885605" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Untitled" targetNamespace="http://xmlns.example.com/1721737885605"> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" location="../schemas/getRequest.xsd"/> | ||||
|     <wsdl:import namespace="http://www.demo.com/author" location="../schemas/author.xsd"/> | ||||
|     <wsdl:import namespace="http://www.demo.com/PutRequest" location="../schemas/putRequest.xsd"/> | ||||
|     <wsdl:import namespace="http://www.demo.com/GetResponse" location="../schemas/getResponse.xsd"/> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" location="../schemas/putResponse.xsd"/> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" location="../schemas/deleteRequest.xsd"/> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" location="../schemas/deleteResponse.xsd"/> | ||||
|     <wsdl:import namespace="http://www.demo.com/PostRequest" location="../schemas/postRequest.xsd"/> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" location="../schemas/postResponse.xsd"/> | ||||
|     <wsdl:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" location="../schemas/errorSchema.xsd"/> | ||||
|     <wsdl:types> | ||||
|         <xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/author" 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"/> | ||||
| @@ -46,22 +52,22 @@ | ||||
|         </xs:schema> | ||||
|     </wsdl:types> | ||||
|     <wsdl:message name="requestGet"> | ||||
|         <wsdl:part name="part1" element="ns1:id"/> | ||||
|         <wsdl:part name="part1" element="ns3:id"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responseGet"> | ||||
|         <wsdl:part name="part1" element="ns0:author"/> | ||||
|         <wsdl:part name="part1" element="ns5:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="requestPUT"> | ||||
|         <wsdl:part name="part1" element="ns0:author"/> | ||||
|         <wsdl:part name="part1" element="ns4:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responsePUT"> | ||||
|         <wsdl:part name="part1" element="ns1:status"/> | ||||
|         <wsdl:part name="part1" element="ns6:status"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="requestDelete"> | ||||
|         <wsdl:part name="part1" element="ns:id"/> | ||||
|         <wsdl:part name="part1" element="ns7:id"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responseDelete"> | ||||
|         <wsdl:part name="part1" element="ns1:status"/> | ||||
|         <wsdl:part name="part1" element="ns8:status"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:service name="WSDL-service2"> | ||||
|         <wsdl:port name="PortTypeEndpoint2" binding="tns:PortTypeEndpoint2Binding"> | ||||
| @@ -106,12 +112,12 @@ | ||||
|         </wsdl:operation> | ||||
|     </wsdl:binding> | ||||
|     <wsdl:message name="requestPOST"> | ||||
|         <wsdl:part name="part1" element="ns0:author"/> | ||||
|         <wsdl:part name="part1" element="ns9:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responsePOST"> | ||||
|         <wsdl:part name="part1" element="ns1:status"/> | ||||
|         <wsdl:part name="part1" element="ns10:status"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="ErrorMessage"> | ||||
|         <wsdl:part name="part1" element="ns2:error"/> | ||||
|         <wsdl:part name="part1" element="ns11:error"/> | ||||
|     </wsdl:message> | ||||
| </wsdl:definitions> | ||||
							
								
								
									
										309
									
								
								Resources/WSDL/concrete/NewAuthorMethods.wsdl
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										309
									
								
								Resources/WSDL/concrete/NewAuthorMethods.wsdl
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,309 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!--Created by TIBCO WSDL--> | ||||
| <wsdl:definitions xmlns:ns0="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:ns2="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" xmlns:ns1="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:soap1="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns4="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:ns3="http://www.demo.com/PostRequest" xmlns:ns6="http://www.demo.com/GetResponse" xmlns:jms="http://www.tibco.com/namespaces/ws/2004/soap/binding/JMS" xmlns:ns5="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:ns8="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns7="http://www.demo.com/PutRequest" xmlns:tns="http://xmlns.example.com/1724754439805" xmlns:jndi="http://www.tibco.com/namespaces/ws/2004/soap/apis/jndi" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="Untitled" targetNamespace="http://xmlns.example.com/1724754439805"> | ||||
|     <wsdl:types> | ||||
|         <xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PostResponse.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:element name="root"> | ||||
|                 <xs:complexType> | ||||
|                     <xs:sequence> | ||||
|                         <xs:element ref="ns4:status"/> | ||||
|                     </xs:sequence> | ||||
|                 </xs:complexType> | ||||
|             </xs:element> | ||||
|             <xs:element name="status" type="xs:string"/> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/GetRequest.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:element name="id" type="xs:int"/> | ||||
|             <xs:element name="root"> | ||||
|                 <xs:complexType> | ||||
|                     <xs:sequence> | ||||
|                         <xs:element ref="ns5:id"/> | ||||
|                     </xs:sequence> | ||||
|                 </xs:complexType> | ||||
|             </xs:element> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/GetResponse" xmlns:ns0="http://www.demo.com/author" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/GetResponse" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:complexType name="AuthorType"> | ||||
|                 <xs:complexContent> | ||||
|                     <xs:extension base="a: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="a: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="a:AuthorType"/> | ||||
|             <xs:element name="authors" type="a:AuthorsType"/> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/PostRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/PostRequest" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:complexType name="AuthorType"> | ||||
|                 <xs:complexContent> | ||||
|                     <xs:extension base="a: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="a: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="a:AuthorType"/> | ||||
|             <xs:element name="authors" type="a:AuthorsType"/> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteResponse.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <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="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.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="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/DeleteRequest.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> | ||||
|         <xs:schema xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/PutResponse.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:element name="root"> | ||||
|                 <xs:complexType> | ||||
|                     <xs:sequence> | ||||
|                         <xs:element ref="ns8:status"/> | ||||
|                     </xs:sequence> | ||||
|                 </xs:complexType> | ||||
|             </xs:element> | ||||
|             <xs:element name="status" type="xs:string"/> | ||||
|         </xs:schema> | ||||
|         <xs:schema xmlns:p="http://www.demo.com/person" xmlns:a="http://www.demo.com/PutRequest" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.demo.com/PutRequest" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|             <xs:complexType name="AuthorType"> | ||||
|                 <xs:complexContent> | ||||
|                     <xs:extension base="a: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="a: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="a:AuthorType"/> | ||||
|             <xs:element name="authors" type="a:AuthorsType"/> | ||||
|         </xs:schema> | ||||
|     </wsdl:types> | ||||
|     <wsdl:service name="WSDL-service0"> | ||||
|         <wsdl:port name="JmsEndpoint" binding="tns:JmsEndpointBinding"> | ||||
|             <soap:address location=""/> | ||||
|             <jms:connectionFactory>QueueConnectionFactory</jms:connectionFactory> | ||||
|             <jms:targetAddress destination="queue">queue.sample</jms:targetAddress> | ||||
|         </wsdl:port> | ||||
|         <wsdl:port name="HttpEndpoint" binding="tns:HttpEndpointBinding"> | ||||
|             <soap:address location="http://localhost:2137/PortTypeEndpoint1"/> | ||||
|         </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="JmsEndpointBinding" type="tns:PortType"> | ||||
|         <soap:binding style="document" transport="http://www.tibco.com/namespaces/ws/2004/soap/binding/JMS"/> | ||||
|         <jms:binding messageFormat="bytes"/> | ||||
|         <wsdl:operation name="Delete"> | ||||
|             <soap:operation style="document" soapAction="/PortTypeEndpoint0/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="/PortTypeEndpoint0/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="/PortTypeEndpoint0/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="/PortTypeEndpoint0/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:binding name="HttpEndpointBinding" type="tns:PortType"> | ||||
|         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> | ||||
|         <wsdl:operation name="Delete"> | ||||
|             <soap:operation style="document" soapAction="/PortTypeEndpoint1/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="/PortTypeEndpoint1/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="/PortTypeEndpoint1/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="/PortTypeEndpoint1/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="ns4:status"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="requestGet"> | ||||
|         <wsdl:part name="part1" element="ns5:id"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responseGet"> | ||||
|         <wsdl:part name="part1" element="ns6:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="requestPUT"> | ||||
|         <wsdl:part name="part1" element="ns7:author"/> | ||||
|     </wsdl:message> | ||||
|     <wsdl:message name="responsePUT"> | ||||
|         <wsdl:part name="part1" element="ns8:status"/> | ||||
|     </wsdl:message> | ||||
| </wsdl:definitions> | ||||
| @@ -1,172 +0,0 @@ | ||||
| <?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:import namespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/Schema.xsd" location="../../schemas/getRequest.xsd"/> | ||||
|     <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> | ||||
							
								
								
									
										0
									
								
								Resources/WSDL/copyWSDL.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								Resources/WSDL/copyWSDL.xml
									
									
									
									
									
										Normal file
									
								
							
		Reference in New Issue
	
	Block a user
	 wojciech
					wojciech