Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes a683fc8f6 -> 77eae9eca


change NO_NAMESPACE's error text to be more general


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/77eae9ec
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/77eae9ec
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/77eae9ec

Branch: refs/heads/3.0.x-fixes
Commit: 77eae9eca6807c47a931e7cc29cbd271416897d3
Parents: a683fc8
Author: Akitoshi Yoshida <[email protected]>
Authored: Thu Sep 18 17:13:24 2014 +0200
Committer: Akitoshi Yoshida <[email protected]>
Committed: Thu Sep 18 22:40:24 2014 +0200

----------------------------------------------------------------------
 .../org/apache/cxf/binding/soap/interceptor/Messages.properties    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/77eae9ec/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
----------------------------------------------------------------------
diff --git 
a/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
 
b/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
index 9b1a7c2..bf5622b 100644
--- 
a/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
+++ 
b/rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/Messages.properties
@@ -30,7 +30,7 @@ INVALID_VERSION="{0}", the namespace on the "{1}" element, is 
not a valid SOAP v
 INVALID_11_VERSION=A SOAP 1.2 message is not valid when sent to a SOAP 1.1 
only endpoint.
 INVALID_ENVELOPE=Invalid SOAP Envelope name
 INVALID_FAULT=Invalid SOAP fault content
-NO_NAMESPACE=No namespace on "{0}" element. You must send a SOAP request.
+NO_NAMESPACE=No namespace on "{0}" element. You must send a SOAP message.
 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.

Reply via email to