<?xml-stylesheet   type="text/xsl" href="/styles/annotated-wsdl.xsl"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns0="http://com" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://com">
    <wsdl:documentation>MyService</wsdl:documentation>
    <wsdl:types>
        <xs:schema xmlns:ns="http://com" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://com">
            <xs:element name="greet">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="say" nillable="true" type="xs:string" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="greetResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="greetRequest">
        <wsdl:part name="parameters" element="ns0:greet" />
    </wsdl:message>
    <wsdl:message name="greetResponse">
        <wsdl:part name="parameters" element="ns0:greetResponse" />
    </wsdl:message>
    <wsdl:portType name="MyServicePortType">
        <wsdl:operation name="greet">
            <wsdl:input message="ns0:greetRequest" wsaw:Action="urn:greet" />
            <wsdl:output message="ns0:greetResponse" wsaw:Action="urn:greetResponse" />
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="MyServiceSOAP11Binding" type="ns0:MyServicePortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
        <wsdl:operation name="greet">
            <soap:operation soapAction="urn:greet" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal" />
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="MyServiceSOAP12Binding" type="ns0:MyServicePortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
        <wsdl:operation name="greet">
            <soap12:operation soapAction="urn:greet" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" />
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="MyServiceHttpBinding" type="ns0:MyServicePortType">
        <http:binding verb="POST" />
        <wsdl:operation name="greet">
            <http:operation location="MyService/greet" />
            <wsdl:input>
                <mime:content type="text/xml" part="greet" />
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="greet" />
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="MyService">
        <wsdl:port name="MyServiceSOAP11port_https" binding="ns0:MyServiceSOAP11Binding">
            <soap:address location="https://10.226.106.68:9443/services/MyService" />
        </wsdl:port>
        <wsdl:port name="MyServiceSOAP11port_http1" binding="ns0:MyServiceSOAP11Binding">
            <soap:address location="http://10.226.106.68:9762/services/MyService" />
        </wsdl:port>
        <wsdl:port name="MyServiceSOAP12port_https" binding="ns0:MyServiceSOAP12Binding">
            <soap12:address location="https://10.226.106.68:9443/services/MyService" />
        </wsdl:port>
        <wsdl:port name="MyServiceSOAP12port_http1" binding="ns0:MyServiceSOAP12Binding">
            <soap12:address location="http://10.226.106.68:9762/services/MyService" />
        </wsdl:port>
        <wsdl:port name="MyServiceHttpport" binding="ns0:MyServiceHttpBinding">
            <http:address location="https://10.226.106.68:9443/services/MyService" />
        </wsdl:port>
        <wsdl:port name="MyServiceHttpport1" binding="ns0:MyServiceHttpBinding">
            <http:address location="http://10.226.106.68:9762/services/MyService" />
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>