src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wsdl.properties

Print this page

        

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -32,10 +32,11 @@
 parsing.invalidElement=invalid element: \"{0}\" (in namespace \"{1}\")
 parsing.invalidAttributeValue=invalid value \"{1}\" for attribute \"{0}\"
 parsing.invalidExtensionElement=invalid extension element: \"{0}\" (in namespace \"{1}\")
 parsing.invalidWsdlElement=invalid WSDL element: \"{0}\"
 parsing.requiredExtensibilityElement=unknown required extensibility element \"{0}\" (in namespace \"{1}\")
+parsing.unknownExtensibilityElementOrAttribute=unknown extensibility element or attribute \"{0}\" (in namespace \"{1}\")
 parsing.tooManyElements=too many \"{0}\" elements under \"{1}\" element \"{2}\"
 parsing.invalidOperationStyle=operation \"{0}\" has an invalid style
 # {0} - "definitions". Not concatenated with any other string.
 parsing.onlyOneTypesAllowed=only one "types" element allowed in "{0}"
 # {0} - element local name (e.g. PingType). Wrapped into an Exception. Not concatenated with any other string.

@@ -165,6 +166,6 @@
 invalid.wsdl=Invalid WSDL {0}, expected {1} found {2} at (line {3})
 # Concatenated with: Server returned HTTP response code: {code} for URL: {url} e.g.: Server returned HTTP response code: 500 for URL: http://foo/bar/mex retrying with MEX...
 try.with.mex= {0} \n\nretrying with MEX...
 file.not.found={0} is unreachable
 parsing.unableToGetMetadata= {0}\n\n{1}
-failed.noservice=failed.noservice=Could not find wsdl:service in the provided WSDL(s): \n\n{0} At least one WSDL with at least one service definition needs to be provided.
+failed.noservice=Could not find wsdl:service in the provided WSDL(s): \n\n{0} At least one WSDL with at least one service definition needs to be provided.