| <?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:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://cxf.apache.org/jaxb_element_test/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="jaxb_element_test" targetNamespace="http://cxf.apache.org/jaxb_element_test/"> |
| <wsdl:types> |
| <xsd:schema targetNamespace="http://cxf.apache.org/jaxb_element_test/"> |
| <xsd:element name="NewOperationResponse"> |
| <xsd:complexType> |
| <xsd:sequence> |
| <xsd:element name="out" minOccurs="0" nillable="true" type="xsd:string"/> |
| </xsd:sequence> |
| </xsd:complexType> |
| </xsd:element> |
| <xsd:element name="NewOperation"> |
| <xsd:complexType> |
| <xsd:sequence> |
| <xsd:element name="in" minOccurs="0" nillable="true" type="xsd:string"/> |
| </xsd:sequence> |
| </xsd:complexType> |
| </xsd:element> |
| </xsd:schema> |
| </wsdl:types> |
| <wsdl:message name="NewOperationResponse"> |
| <wsdl:part element="tns:NewOperationResponse" name="NewOperationResponse"/> |
| </wsdl:message> |
| <wsdl:message name="NewOperation"> |
| <wsdl:part element="tns:NewOperation" name="NewOperation"/> |
| </wsdl:message> |
| <wsdl:portType name="jaxb_element_test"> |
| <wsdl:operation name="NewOperation"> |
| <wsdl:input message="tns:NewOperation"/> |
| <wsdl:output message="tns:NewOperationResponse"/> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="jaxb_element_testSOAP" type="tns:jaxb_element_test"> |
| <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
| <wsdl:operation name="NewOperation"> |
| <soap:operation soapAction="http://cxf.apache.org/jaxb_element_test/NewOperation"/> |
| <wsdl:input> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="jaxb_element_test"> |
| <wsdl:port binding="tns:jaxb_element_testSOAP" name="jaxb_element_testSOAP"> |
| <soap:address location="http://localhost:9001/jaxb_element_test"/> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |