|
Axis 2 example source code file (doclitwrap.wsdl)
The Axis 2 doclitwrap.wsdl source code<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://wrap.sample.test.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="wrapjavabeantest" targetNamespace="http://wrap.sample.test.org"> <wsdl:types> <xsd:schema targetNamespace="http://wrap.sample.test.org" xmlns:tns="http://wrap.sample.test.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="MyFault" type="xsd:string" /> <xsd:element name="headerValue" type="xsd:string" /> <xsd:element name="oneWayVoid"> <xsd:complexType> <xsd:sequence /> </xsd:complexType> </xsd:element> <xsd:element name="oneWay"> <xsd:complexType> <xsd:sequence> <xsd:element name="oneway_str" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="twoWayHolder"> <xsd:complexType> <xsd:sequence> <xsd:element name="twoWayHolder_str" type="xsd:string" /> <xsd:element name="twoWayHolder_int" type="xsd:int" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="twoWay"> <xsd:complexType> <xsd:sequence> <xsd:element name="twoway_str" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="ReturnType"> <xsd:complexType> <xsd:sequence> <xsd:element name="return_str" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="invoke"> <xsd:complexType> <xsd:sequence> <xsd:element name="invoke_str" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="invokeReturnType"> <xsd:complexType> <xsd:sequence> <xsd:element name="return_str" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <!-- fin op definition --> <xsd:element name="finOp"> <xsd:complexType> <xsd:sequence> <xsd:element name="op" type="tns:FinancialOperation" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="finOpResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="response" type="tns:FinancialOperation" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:complexType name="FinancialOperation"> <xsd:sequence> <xsd:element name="amount" type="xsd:float" /> </xsd:sequence> </xsd:complexType> <xsd:complexType name="Withdraw"> <xsd:complexContent> <xsd:extension base="tns:FinancialOperation"> <xsd:sequence> <xsd:element name="memo" type="xsd:string" /> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Deposit"> <xsd:complexContent> <xsd:extension base="tns:FinancialOperation"> <xsd:sequence> <xsd:element name="status" type="xsd:string" /> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> <xsd:element name="headerPart0"> <xsd:complexType> <xsd:sequence> <xsd:element name="headerType" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="headerPart1"> <xsd:complexType> <xsd:sequence> <xsd:element name="headerType" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="header"> <xsd:complexType> <xsd:sequence> <xsd:element name="in" type="xsd:string" /> <xsd:element name="out" type="xsd:long" /> <xsd:element name="inout" type="xsd:integer" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="headerResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="out" type="xsd:long" /> <xsd:element name="inout" type="xsd:integer" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="echoStringWSGEN1"> <xsd:complexType /> </xsd:element> <xsd:element name="echoStringWSGEN1Response"> <xsd:complexType> <xsd:sequence> <xsd:element name="return" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="echoStringWSGEN2"> <xsd:complexType> <xsd:sequence> <xsd:element name="data" type="xsd:string" /> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="echoStringWSGEN2Response"> <xsd:complexType /> </xsd:element> </xsd:schema> </wsdl:types> <wsdl:message name="oneWayVoidRequest"> <wsdl:part name="allByMyself" element="tns:oneWayVoid" /> </wsdl:message> <wsdl:message name="oneWayRequest"> <wsdl:part name="allByMyself" element="tns:oneWay" /> </wsdl:message> <wsdl:message name="twoWayHolderRequest"> <wsdl:part name="allByMyself" element="tns:twoWayHolder" /> </wsdl:message> <wsdl:message name="twoWayHolderResponse"> <wsdl:part name="allByMyself" element="tns:twoWayHolder" /> </wsdl:message> <wsdl:message name="twoWayRequest"> <wsdl:part name="allByMyself" element="tns:twoWay" /> </wsdl:message> <wsdl:message name="twoWayResponse"> <wsdl:part name="allByMyself" element="tns:ReturnType" /> </wsdl:message> <wsdl:message name="invokeRequest"> <wsdl:part name="allByMyself" element="tns:invoke" /> </wsdl:message> <wsdl:message name="invokeResponse"> <wsdl:part name="allByMyself" element="tns:ReturnType" /> </wsdl:message> <wsdl:message name="finOpRequest"> <wsdl:part name="op" element="tns:finOp" /> </wsdl:message> <wsdl:message name="finOpResponse"> <wsdl:part name="op" element="tns:finOpResponse" /> </wsdl:message> <wsdl:message name="headerRequest"> <wsdl:part name="payload" element="tns:header" /> <wsdl:part name="header0" element="tns:headerPart0" /> <wsdl:part name="header1" element="tns:headerPart1" /> </wsdl:message> <wsdl:message name="headerResponse"> <wsdl:part name="payload" element="tns:headerResponse" /> <wsdl:part name="header0" element="tns:headerPart0" /> </wsdl:message> <wsdl:message name="echoStringWSGEN1Request"> <wsdl:part name="bodyPart" element="tns:echoStringWSGEN1" /> <wsdl:part name="headerPart" element="tns:headerValue" /> </wsdl:message> <wsdl:message name="echoStringWSGEN1Response"> <wsdl:part name="bodyPart" element="tns:echoStringWSGEN1Response" /> </wsdl:message> <wsdl:message name="echoStringWSGEN2Request"> <wsdl:part name="bodyPart" element="tns:echoStringWSGEN2" /> </wsdl:message> <wsdl:message name="echoStringWSGEN2Response"> <wsdl:part name="bodyPart" element="tns:echoStringWSGEN2Response" /> <wsdl:part name="headerPart" element="tns:headerValue" /> </wsdl:message> <wsdl:portType name="DocLitWrap"> <wsdl:operation name="oneWayVoid"> <wsdl:input message="tns:oneWayVoidRequest" /> </wsdl:operation> <wsdl:operation name="oneWay"> <wsdl:input message="tns:oneWayRequest" /> </wsdl:operation> <wsdl:operation name="twoWayHolder"> <wsdl:input message="tns:twoWayHolderRequest" /> <wsdl:output message="tns:twoWayHolderResponse" /> </wsdl:operation> <wsdl:operation name="twoWay"> <wsdl:input message="tns:twoWayRequest" /> <wsdl:output message="tns:twoWayResponse" /> </wsdl:operation> <wsdl:operation name="header"> <wsdl:input message="tns:headerRequest" /> <wsdl:output message="tns:headerResponse" /> </wsdl:operation> <wsdl:operation name="invoke"> <wsdl:input message="tns:invokeRequest" /> <wsdl:output message="tns:invokeResponse" /> </wsdl:operation> <wsdl:operation name="finOp"> <wsdl:input message="tns:finOpRequest" /> <wsdl:output message="tns:finOpResponse" /> </wsdl:operation> <wsdl:operation name="echoStringWSGEN1"> <wsdl:input message="tns:echoStringWSGEN1Request" /> <wsdl:output message="tns:echoStringWSGEN1Response" /> </wsdl:operation> <wsdl:operation name="echoStringWSGEN2"> <wsdl:input message="tns:echoStringWSGEN2Request" /> <wsdl:output message="tns:echoStringWSGEN2Response" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="DocLitWrap" type="tns:DocLitWrap"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="oneWayVoid"> <soap:operation soapAction="http://wrap.sample.test.org/oneWayVoid" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> </wsdl:operation> <wsdl:operation name="oneWay"> <soap:operation soapAction="http://wrap.sample.test.org/oneWay" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> </wsdl:operation> <wsdl:operation name="twoWayHolder"> <soap:operation soapAction="http://wrap.sample.test.org/twoWayHolder" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="header"> <soap:operation soapAction="http://addheaders.sample.test.org/header" /> <wsdl:input> <soap:header use="literal" message="tns:headerRequest" part="header0"/> <soap:header use="literal" message="tns:headerRequest" part="header1"/> <soap:body use="literal" parts="payload"/> </wsdl:input> <wsdl:output> <soap:header use="literal" message="tns:headerResponse" part="header0"/> <soap:body use="literal" parts="payload"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="twoWay"> <soap:operation soapAction="http://wrap.sample.test.org/twoWay" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="invoke"> <soap:operation soapAction="http://wrap.sample.test.org/invoke" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="finOp"> <soap:operation soapAction="http://wrap.sample.test.org/finOp" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="echoStringWSGEN1"> <soap:operation soapAction="http://addheaders.sample.test.org/echoStringWSGEN1" /> <wsdl:input> <soap:header use="literal" message="tns:echoStringWSGEN1Request" part="headerPart"/> <soap:body use="literal" message="tns:echoStringWSGEN1Request" parts="bodyPart"/> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> <wsdl:operation name="echoStringWSGEN2"> <soap:operation soapAction="http://addheaders.sample.test.org/echoStringWSGEN2" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:header use="literal" message="tns:echoStringWSGEN2Response" part="headerPart"/> <soap:body use="literal" message="tns:echoStringWSGEN2Response" parts="bodyPart"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="DocLitWrapService"> <wsdl:port binding="tns:DocLitWrap" name="DocLitWrapPort"> <soap:address location="http://localhost:8080/axis2/services/DocLitWrapService" /> </wsdl:port> </wsdl:service> </wsdl:definitions> Other Axis 2 examples (source code examples)Here is a short list of links related to this Axis 2 doclitwrap.wsdl source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.