Author: ffang
Date: Tue Aug 21 06:44:14 2012
New Revision: 1375396
URL: http://svn.apache.org/viewvc?rev=1375396&view=rev
Log:
[CXF-4479]Improve "No namespace on "{0}" element" error message.
Modified:
cxf/branches/2.5.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
Modified:
cxf/branches/2.5.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
URL:
http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties?rev=1375396&r1=1375395&r2=1375396&view=diff
==============================================================================
---
cxf/branches/2.5.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
(original)
+++
cxf/branches/2.5.x-fixes/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
Tue Aug 21 06:44:14 2012
@@ -28,7 +28,7 @@ NO_OPERATION=No such operation: {0}
ATTACHMENT_IO=Attachment IO Exception: {0}
INVALID_VERSION="{0}", the namespace on the "{1}" element, is not a valid SOAP
version.
INVALID_11_VERSION=A SOAP 1.2 message is not valid when sent to a SOAP 1.1
only endpoint.
-NO_NAMESPACE=No namespace on "{0}" element.
+NO_NAMESPACE=No namespace on "{0}" element. You must send a SOAP request.
BP_2211_RPCLIT_CANNOT_BE_NULL=Cannot write part {0}. RPC/Literal parts cannot
be null. (WS-I BP R2211)
UNKNOWN_RPC_LIT_PART=Found element {0} but could not find matching RPC/Literal
part
SOAP_ACTION_MISMATCH=The given SOAPAction {0} does not match an operation.