Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/test/javax/xml/ws/8033113/customization.xml
38854 views
<!--1Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.2DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.34This code is free software; you can redistribute it and/or modify it5under the terms of the GNU General Public License version 2 only, as6published by the Free Software Foundation.78This code is distributed in the hope that it will be useful, but WITHOUT9ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or10FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License11version 2 for more details (a copy is included in the LICENSE file that12accompanied this code).1314You should have received a copy of the GNU General Public License version152 along with this work; if not, write to the Free Software Foundation,16Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.1718Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA19or visit www.oracle.com if you need additional information or have any20questions.21-->22<jaxws:bindings wsdlLocation="./Organization_List.wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxws="http://java.sun.com/xml/ns/jaxws">23<jaxws:enableWrapperStyle>false</jaxws:enableWrapperStyle>24<jaxws:bindings node="wsdl:definitions/wsdl:binding[@name='Organization_ListSoapBinding']/wsdl:operation[@name='OpGetList']">25<jaxws:parameter part="wsdl:definitions/wsdl:message[@name='ARAuthenticate']/wsdl:part[@name='param']" name="authParam"/>26<jaxws:parameter part="wsdl:definitions/wsdl:message[@name='OpGetListSoapIn']/wsdl:part[@name='param']" name="inParam"/>27<jaxws:parameter part="wsdl:definitions/wsdl:message[@name='OpGetListSoapOut']/wsdl:part[@name='param']" name="outParam"/>28</jaxws:bindings>29</jaxws:bindings>3031<!--wsdl:message definitions from WSDL whose part names we are trying to override...3233<wsdl:message name="ARAuthenticate">34<wsdl:part element="s0:AuthenticationInfo" name="param"/>35</wsdl:message>3637<wsdl:message name="OpGetListSoapIn">38<wsdl:part element="s0:OpGetList" name="param"/>39</wsdl:message>4041<wsdl:message name="OpGetListSoapOut">42<wsdl:part element="s0:OpGetListResponse" name="param"/>43</wsdl:message>44-->454647