Author: sagara
Date: Sat Sep 12 16:43:44 2009
New Revision: 814190
URL: http://svn.apache.org/viewvc?rev=814190&view=rev
Log:
Woden 208 - Provide simple error message if user tries to parse WSDL 1.1
Modified:
webservices/woden/trunk/java/woden-commons/src/main/resources/org/apache/woden/internal/Messages.properties
Modified:
webservices/woden/trunk/java/woden-commons/src/main/resources/org/apache/woden/internal/Messages.properties
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-commons/src/main/resources/org/apache/woden/internal/Messages.properties?rev=814190&r1=814189&r2=814190&view=diff
==============================================================================
---
webservices/woden/trunk/java/woden-commons/src/main/resources/org/apache/woden/internal/Messages.properties
(original)
+++
webservices/woden/trunk/java/woden-commons/src/main/resources/org/apache/woden/internal/Messages.properties
Sat Sep 12 16:43:44 2009
@@ -78,6 +78,7 @@
WSDL511=Boolean defaulted to 'false' due to invalid boolean string "{0}".
WSDL512=Could not create an Integer from the string "{0}".
WSDL513=Could not determine the namespace for prefixed value "{0}" in element
"{1}".
+WSDL514=It appears as though you are trying to parse a WSDL 1.1 document but
Woden is a WSDL 2.0 parser.
WSDL520=Extension element "{0}" in the context of "{1}" must not be in the
WSDL 2.0 namespace.
WSDL521=Could not parse an inline schema in the WSDL at URL "{0}".
@@ -303,4 +304,4 @@
InterfaceOperation-S0003.ref = 2.4.1
InterfaceOperation-S0003.assertion = For the above reason, it is considered
good practice to ensure, where necessary, that the {name} property of Interface
Operation components within a namespace are unique, thus allowing such
derivation to occur without inadvertent error.
-------------------- End of Messages ----------------------------
\ No newline at end of file
+------------------- End of Messages ----------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]