blob: 817223f9de25d7ef5e4168b83b5086b8896a003b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2003-2004 The Apache Software Foundation. -->
<!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved -->
<!-- -->
<!-- Licensed 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 targetNamespace="http://localhost/axis/Calculator" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost/axis/Calculator" xmlns:intf="http://localhost/axis/Calculator" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="">
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://localhost/axis/Calculator" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost/axis/Calculator" xmlns:intf="http://localhost/axis/Calculator" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<element name="complexTypeAndNillableElement">
<complexType>
<sequence>
<element name="Element" type="impl:aType" />
</sequence>
</complexType>
</element>
<element name="complexTypeAndNillableElementResponse">
<complexType>
<sequence>
<element name="Element" type="impl:aType"/>
</sequence>
</complexType>
</element>
<complexType name="aType">
<sequence>
<element name="aType" nillable="true" type="xsd:int"/>
</sequence>
</complexType>
</schema>
</wsdl:types>
<wsdl:message name="complexTypeAndNillableElementResponse">
<wsdl:part element="impl:complexTypeAndNillableElementResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="complexTypeAndNillableElementRequest">
<wsdl:part element="impl:complexTypeAndNillableElement" name="parameters"/>
</wsdl:message>
<wsdl:portType name="SameComplexTypeAndNillableElementName">
<wsdl:operation name="complexTypeAndNillableElement">
<wsdl:input message="impl:complexTypeAndNillableElementRequest" name="addRequest"/>
<wsdl:output message="impl:complexTypeAndNillableElementResponse" name="addResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="SameComplexTypeAndNillableElementNameSoapBinding" type="impl:SameComplexTypeAndNillableElementName">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="complexTypeAndNillableElement">
<wsdlsoap:operation soapAction="Calculator#add"/>
<wsdl:input name="addRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="addResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="SameComplexTypeAndNillableElementName">
<wsdl:port binding="impl:SameComplexTypeAndNillableElementNameSoapBinding" name="SameComplexTypeAndNillableElementName">
<wsdlsoap:address location="http://localhost/axis/SameComplexTypeAndNillableElementName"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>