aoqi@0: # aoqi@0: # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. aoqi@0: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. aoqi@0: # aoqi@0: # This code is free software; you can redistribute it and/or modify it aoqi@0: # under the terms of the GNU General Public License version 2 only, as aoqi@0: # published by the Free Software Foundation. Oracle designates this aoqi@0: # particular file as subject to the "Classpath" exception as provided aoqi@0: # by Oracle in the LICENSE file that accompanied this code. aoqi@0: # aoqi@0: # This code is distributed in the hope that it will be useful, but WITHOUT aoqi@0: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or aoqi@0: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License aoqi@0: # version 2 for more details (a copy is included in the LICENSE file that aoqi@0: # accompanied this code). aoqi@0: # aoqi@0: # You should have received a copy of the GNU General Public License version aoqi@0: # 2 along with this work; if not, write to the Free Software Foundation, aoqi@0: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. aoqi@0: # aoqi@0: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA aoqi@0: # or visit www.oracle.com if you need additional information or have any aoqi@0: # questions. aoqi@0: # aoqi@0: aoqi@0: wrong.addressing.version=Expected "{0}" version of WS-Addressing but found "{1}" aoqi@0: replyTo.cannot.parse=ReplyTo header cannot be parsed aoqi@0: faultTo.cannot.parse=FaultTo header cannot be parsed aoqi@0: unknown.wsa.header=Unknown WS-Addressing header aoqi@0: invalid.wsaw.anonymous=Invalid value obtained from wsaw:Anonymous: "{0}" aoqi@0: wsaw.anonymousProhibited=Operation has "prohibited" value for wsaw:anonymous in the WSDL, \ aoqi@0: Addressing must be disabled and SOAP message need to be hand-crafted aoqi@0: null.addressing.version=Unexpected null Addressing version aoqi@0: null.soap.version=Unexpected null SOAP version aoqi@0: # {0} - qname of an element e.g.: Cannot find an operation in wsdl:binding for "{http://server.fromjavaroundtrip.tango2tango/}oneWayText" aoqi@0: wsdlBoundOperation.notFound=Cannot find an operation in wsdl:binding for "{0}" aoqi@0: null.binding=Populating request Addressing headers and found null Binding aoqi@0: null.wsdlPort=Populating request Addressing headers and found null WSDLPort aoqi@0: null.packet=Populating request Addressing headers and found null Packet aoqi@0: null.action=Populating request Addressing headers and found null Action aoqi@0: null.message=Null message found when processing the server inbound request and WS-Addressing is required aoqi@0: null.headers=No headers found when processing the server inbound request and WS-Addressing is required aoqi@0: null.wsa.headers=No WS-Addressing headers found processing the server inbound request aoqi@0: # {0} - simple class name e.g.: Addressing is not enabled, WsaTube should not be included in the pipeline aoqi@0: addressing.notEnabled=Addressing is not enabled, {0} should not be included in the pipeline" aoqi@0: addressing.should.be.enabled.=Addressing is not enabled aoqi@0: validation.client.nullAction=Validating inbound Addressing headers on client and found null Action aoqi@0: validation.server.nullAction=Validating inbound Addressing headers on server and found null Action aoqi@0: aoqi@0: nonAnonymous.response=Sending 202 and processing non-anonymous response aoqi@0: nonAnonymous.unknown.protocol=Unknown protocol: "{0}" aoqi@0: # {0} - URL aoqi@0: nonAnonymous.response.sending=Sending non-anonymous reply to "{0}" aoqi@0: nonAnonymous.response.nullHeaders=No response headers found in non-anonymous response from "{0}" aoqi@0: # Usage not found. TODO Remove aoqi@0: #nonAnonymous.response.nullMessage=No message for non-anonymous response from "{0}" aoqi@0: nonAnonymous.response.oneway=Ignoring non-anonymous response for one-way message aoqi@0: aoqi@0: invalid.addressing.header.exception=Invalid WS-Addressing header: "{0}",Reason: "{1}" aoqi@0: action.not.supported.exception=Action: "{0}" not supported aoqi@0: missing.header.exception=Missing WS-Addressing header: "{0}" aoqi@0: non.unique.operation.signature=Operations in a port should have unique operation signature to successfuly identify a \ aoqi@0: associated wsdl operation for a message. WSDL operation {0} and {1} have the \ aoqi@0: same operation signature, wsa:Action "{2}" and request body block "{3}", Method dispatching may fail at runtime. \ aoqi@0: Use unique wsa:Action for each operation