Repository: cxf
Updated Branches:
  refs/heads/2.7.x-fixes a638e9b2d -> ab17a75be


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/ab17a75b
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ab17a75b
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ab17a75b

Branch: refs/heads/2.7.x-fixes
Commit: ab17a75be20519809998e2244b447b78c6c37293
Parents: a638e9b
Author: Akitoshi Yoshida <[email protected]>
Authored: Thu Sep 18 17:13:24 2014 +0200
Committer: Akitoshi Yoshida <[email protected]>
Committed: Thu Sep 18 22:42:01 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/ab17a75b/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 416c89b..5ce2629 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