blob: 5453ba4da5310c88584cb75ebd02cf89cab00085 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<definitions
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://servicechannel.tcp.transport.ws.xml.sun.com/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:cmngnt="http://java.sun.com/xml/ns/wsit/2006/09/policy/soaptcp"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:wsaws="http://www.w3.org/2005/08/addressing"
targetNamespace="http://servicechannel.tcp.transport.ws.xml.sun.com/"
name="ServiceChannelWSImplService">
<wsp:Policy wsu:Id="AddNumbersPortBindingPolicy">
<wsp:ExactlyOne>
<wsp:All>
<cmngnt:ConnectionManagement HighWatermark="1095" MaxParallelConnections="10" NumberToReclaim="7"/>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<message name="initiateSession">
<part name="parameters" element="tns:initiateSession"/>
</message>
<message name="initiateSessionResponse">
<part name="parameters" element="tns:initiateSessionResponse"/>
</message>
<message name="ServiceChannelException">
<part name="fault" element="tns:ServiceChannelException"/>
</message>
<message name="openChannel">
<part name="parameters" element="tns:openChannel"/>
</message>
<message name="openChannelResponse">
<part name="parameters" element="tns:openChannelResponse"/>
</message>
<message name="closeChannel">
<part name="parameters" element="tns:closeChannel"/>
</message>
<message name="closeChannelResponse">
<part name="parameters" element="tns:closeChannelResponse"/>
</message>
<portType name="ServiceChannelWSImpl">
<operation name="initiateSession">
<input message="tns:initiateSession"/>
<output message="tns:initiateSessionResponse"/>
<fault message="tns:ServiceChannelException" name="ServiceChannelException"/>
</operation>
<operation name="openChannel">
<input message="tns:openChannel"/>
<output message="tns:openChannelResponse"/>
<fault message="tns:ServiceChannelException" name="ServiceChannelException"/>
</operation>
<operation name="closeChannel">
<input message="tns:closeChannel"/>
<output message="tns:closeChannelResponse"/>
<fault message="tns:ServiceChannelException" name="ServiceChannelException"/>
</operation>
</portType>
<binding name="ServiceChannelWSImplPortBinding" type="tns:ServiceChannelWSImpl">
<wsp:PolicyReference URI="#AddNumbersPortBindingPolicy"/>
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="initiateSession">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="ServiceChannelException">
<soap:fault name="ServiceChannelException" use="literal"/>
</fault>
</operation>
<operation name="openChannel">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="ServiceChannelException">
<soap:fault name="ServiceChannelException" use="literal"/>
</fault>
</operation>
<operation name="closeChannel">
<soap:operation soapAction=""/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="ServiceChannelException">
<soap:fault name="ServiceChannelException" use="literal"/>
</fault>
</operation>
</binding>
<service name="ServiceChannelWSImplService">
<port name="ServiceChannelWSImplPort" binding="tns:ServiceChannelWSImplPortBinding">
<soap:address location="vnd.sun.ws.tcp://CHANGED_BY_RUNTIME"/>
</port>
</service>
</definitions>