blob: 4175d5ed5363704df3b45944d7444a5b3ca49139 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><definitions 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:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://servlet_endpoint/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://servlet_endpoint/" name="ServletHelloService" xmlns:wsaws="http://www.w3.org/2005/08/addressing" xmlns:tcp="http://java.sun.com/xml/ns/wsit/2006/09/policy/transport/client"><wsp:UsingPolicy></wsp:UsingPolicy><types><xsd:schema><xsd:import namespace="http://servlet_endpoint/" schemaLocation="http://localhost:8080/soaptcp/webservice/ServletHelloService?xsd=1"></xsd:import></xsd:schema></types><message name="sayServletHello"><part name="parameters" element="tns:sayServletHello"></part></message><message name="sayServletHelloResponse"><part name="parameters" element="tns:sayServletHelloResponse"></part></message><portType name="ServletHello"><operation name="sayServletHello"><input message="tns:sayServletHello"></input><output message="tns:sayServletHelloResponse"></output></operation></portType><binding name="ServletHelloPortBinding" type="tns:ServletHello"><wsp:PolicyReference URI="#ServletHelloPortBindingPolicy"/>
<!--
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
-->
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"></soap:binding><operation name="sayServletHello"><soap:operation soapAction=""></soap:operation><input><soap:body use="literal"></soap:body></input><output><soap:body use="literal"></soap:body></output></operation></binding><service name="ServletHelloService"><port name="ServletHelloPort" binding="tns:ServletHelloPortBinding"><soap:address location="http://localhost:8080/soaptcp/webservice/ServletHelloService"></soap:address></port></service>
<wsp:Policy wsu:Id="ServletHelloPortBindingPolicy">
<wsp:ExactlyOne>
<wsp:All>
<wsaws:UsingAddressing xmlns:wsaws="http://www.w3.org/2006/05/addressing/wsdl"/>
<tcp:AutomaticallySelectOptimalTransport/>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
</definitions>