| <?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="http://schemas.xmlsoap.org/wsdl/" xmlns:references="http://www.w3.org/2005/08/addressing" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://apache.org/nested_callback" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" name="nested_callback" targetNamespace="http://apache.org/nested_callback" jaxb:version="2.0"> |
| <wsdl:types> |
| <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://apache.org/nested_callback" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" targetNamespace="http://apache.org/nested_callback" jaxb:version="2.0" elementFormDefault="qualified"> |
| <xsd:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="/schemas/wsdl/ws-addr.xsd"/> |
| <complexType name="NestedCallback"> |
| <sequence> |
| <element name="name" type="xsd:string"/> |
| <element name="callback" type="references:EndpointReferenceType"/> |
| </sequence> |
| </complexType> |
| <element name="NestedCallback" type="tns:NestedCallback"/> |
| <element name="callback_message" type="xsd:string"/> |
| <element name="returnType" type="xsd:string"/> |
| </schema> |
| </wsdl:types> |
| <wsdl:message name="server_sayHi"> |
| <wsdl:part element="tns:callback_message" name="return_message"/> |
| </wsdl:message> |
| <wsdl:message name="register_callback"> |
| <wsdl:part element="tns:NestedCallback" name="callback_object"/> |
| </wsdl:message> |
| <wsdl:message name="returnMessage"> |
| <wsdl:part element="tns:returnType" name="the_return"/> |
| </wsdl:message> |
| <wsdl:portType name="CallbackPortType"> |
| <wsdl:operation name="ServerSayHi"> |
| <wsdl:input message="tns:server_sayHi" name="ServerSayHiRequest"/> |
| <wsdl:output message="tns:returnMessage" name="ServerSayHiResponse"/> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:portType name="ServerPortType"> |
| <wsdl:operation name="RegisterCallback"> |
| <wsdl:input message="tns:register_callback" name="RegisterCallbackRequest"/> |
| <wsdl:output message="tns:returnMessage" name="RegisterCallbackResponse"/> |
| </wsdl:operation> |
| </wsdl:portType> |
| <wsdl:binding name="CallbackPortType_SOAPBinding" type="tns:CallbackPortType"> |
| <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
| <wsdl:operation name="ServerSayHi"> |
| <soap:operation soapAction="" style="document"/> |
| <wsdl:input name="ServerSayHiRequest"> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output name="ServerSayHiResponse"> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:binding name="ServerPortType_SOAPBinding" type="tns:ServerPortType"> |
| <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
| <wsdl:operation name="RegisterCallback"> |
| <soap:operation soapAction="" style="document"/> |
| <wsdl:input name="RegisterCallbackRequest"> |
| <soap:body use="literal"/> |
| </wsdl:input> |
| <wsdl:output name="RegisterCallbackResponse"> |
| <soap:body use="literal"/> |
| </wsdl:output> |
| </wsdl:operation> |
| </wsdl:binding> |
| <wsdl:service name="CallbackService"> |
| <wsdl:port binding="tns:CallbackPortType_SOAPBinding" name="CallbackPort"> |
| <soap:address location="http://localhost:9005/CallbackContext/NestedCallbackPort"/> |
| </wsdl:port> |
| </wsdl:service> |
| <wsdl:service name="SOAPService"> |
| <wsdl:port binding="tns:ServerPortType_SOAPBinding" name="SOAPPort"> |
| <soap:address location="http://localhost:9007/SoapContext/SoapPort"/> |
| </wsdl:port> |
| </wsdl:service> |
| </wsdl:definitions> |