Repository: cxf
Updated Branches:
  refs/heads/master 797c3f3b4 -> 22e5d261a


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

Branch: refs/heads/master
Commit: 22e5d261ad1da8b1d3d4fe8976ce44fe28410cbd
Parents: 797c3f3
Author: Akitoshi Yoshida <[email protected]>
Authored: Thu Sep 18 17:13:24 2014 +0200
Committer: Akitoshi Yoshida <[email protected]>
Committed: Thu Sep 18 17:13:33 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/22e5d261/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