diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-01 09:03:03 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-01 09:03:03 +0000 |
commit | da7af9cb89b83b077e83d1e3b1a4b0add7d42308 (patch) | |
tree | ba3b14ea7b311dc12a6b8d56d64a1611b1098926 /java/sca/modules/binding-ws-xml/src/main/resources/binding-wsxml-validation-messages.properties | |
parent | e1c806a57e2ab1ed46f07710b438f273a6984f0b (diff) |
TUSCANY-2242: Apply patch from Ramkumar Ramalingam for Incorrent port name in wsdlElement leads to NPE
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@690913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/binding-ws-xml/src/main/resources/binding-wsxml-validation-messages.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/sca/modules/binding-ws-xml/src/main/resources/binding-wsxml-validation-messages.properties b/java/sca/modules/binding-ws-xml/src/main/resources/binding-wsxml-validation-messages.properties index 60a7e9e2f2..2dfa5e6133 100644 --- a/java/sca/modules/binding-ws-xml/src/main/resources/binding-wsxml-validation-messages.properties +++ b/java/sca/modules/binding-ws-xml/src/main/resources/binding-wsxml-validation-messages.properties @@ -21,6 +21,8 @@ InvalidWsdlElementAttr = Invalid WebService binding wsdlElement attribute: {0} MustUseWsdlBinding = {0} must use wsdl.binding when using wsa:EndpointReference InvalidInterfaceException = Exception creating interface from WSDL for binding: {0} -WsdlBindingDoesNotMatch = The #wsdl.binding({0}) does not match with the WSDL Definitions +WsdlBindingDoesNotMatch = The #wsdl.binding({0}) does not match with the WSDL Definitions WsdlServiceDoesNotMatch = The #wsdl.service({0}) does not match with the WSDL Definitions +WsdlPortTypeDoesNotMatch = The #wsdl.port({0}) does not match with the WSDL Definitions + |