aoqi@0: # aoqi@0: # Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. aoqi@0: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. aoqi@0: # aoqi@0: # This code is free software; you can redistribute it and/or modify it aoqi@0: # under the terms of the GNU General Public License version 2 only, as aoqi@0: # published by the Free Software Foundation. Oracle designates this aoqi@0: # particular file as subject to the "Classpath" exception as provided aoqi@0: # by Oracle in the LICENSE file that accompanied this code. aoqi@0: # aoqi@0: # This code is distributed in the hope that it will be useful, but WITHOUT aoqi@0: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or aoqi@0: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License aoqi@0: # version 2 for more details (a copy is included in the LICENSE file that aoqi@0: # accompanied this code). aoqi@0: # aoqi@0: # You should have received a copy of the GNU General Public License version aoqi@0: # 2 along with this work; if not, write to the Free Software Foundation, aoqi@0: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. aoqi@0: # aoqi@0: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA aoqi@0: # or visit www.oracle.com if you need additional information or have any aoqi@0: # questions. aoqi@0: # aoqi@0: aoqi@0: wsimport.usage=Usage: {0} [options] \n\n\ aoqi@0: Use "wsimport -help" for a detailed description of options. aoqi@0: aoqi@0: wsimport.help=\nUsage: {0} [options] \n\n\ aoqi@0: \where [options] include:\n\ aoqi@0: \ -b specify jaxws/jaxb binding files or additional schemas\n\ aoqi@0: \ (Each must have its own -b)\n\ aoqi@0: \ -B Pass this option to JAXB schema compiler\n\ aoqi@0: \ -catalog specify catalog file to resolve external entity references\n\ aoqi@0: \ supports TR9401, XCatalog, and OASIS XML Catalog format.\n\ aoqi@0: \ -classpath specify where to find user class files and wsimport extensions\n\ aoqi@0: \ -cp specify where to find user class files and wsimport extensions\n\ aoqi@0: \ -d specify where to place generated output files\n\ aoqi@0: \ -encoding specify character encoding used by source files\n\ aoqi@0: \ -extension allow vendor extensions - functionality not specified\n\ aoqi@0: \ by the specification. Use of extensions may\n\ aoqi@0: \ result in applications that are not portable or\n\ aoqi@0: \ may not interoperate with other implementations\n\ aoqi@0: \ -help display help\n\ aoqi@0: \ -httpproxy: set a HTTP proxy. Format is [user[:password]@]proxyHost:proxyPort\n\ aoqi@0: \ (port defaults to 8080)\n\ aoqi@0: \ -J pass this option to javac\n\ aoqi@0: \ -keep keep generated files\n\ aoqi@0: \ -p specifies the target package\n\ aoqi@0: \ -quiet suppress wsimport output\n\ aoqi@0: \ -s specify where to place generated source files\n\ aoqi@0: \ -target generate code as per the given JAXWS spec version\n\ aoqi@0: \ Defaults to 2.2, Accepted values are 2.0, 2.1 and 2.2\n\ aoqi@0: \ e.g. 2.0 will generate compliant code for JAXWS 2.0 spec\n\ aoqi@0: \ -verbose output messages about what the compiler is doing\n\ aoqi@0: \ -version print version information\n\ aoqi@0: \ -fullversion print full version information\n\ aoqi@0: \ -wsdllocation @WebServiceClient.wsdlLocation value\n\ aoqi@0: \ -clientjar creates the jar file of the generated artifacts along with the\n\ aoqi@0: \ WSDL metadata required for invoking the web service.\n\ aoqi@0: \ -generateJWS generate stubbed JWS implementation file\n\ aoqi@0: \ -implDestDir specify where to generate JWS implementation file\n\ aoqi@0: \ -implServiceName local portion of service name for generated JWS implementation\n\ aoqi@0: \ -implPortName local portion of port name for generated JWS implementation aoqi@0: aoqi@0: wsimport.usage.extensions=\n\ aoqi@0: \Extensions:\n\ aoqi@0: \ -XadditionalHeaders map headers not bound to request or response message to \n\ aoqi@0: \ Java method parameters\n\ aoqi@0: \ -Xauthfile file to carry authorization information in the format \n\ aoqi@0: \ http://username:password@example.org/stock?wsdl\n\ aoqi@0: \ -Xdebug print debug information\n\ aoqi@0: \ -Xno-addressing-databinding enable binding of W3C EndpointReferenceType to Java\n\ aoqi@0: \ -Xnocompile do not compile generated Java files\n\ aoqi@0: \ -XdisableAuthenticator disable Authenticator used by JAX-WS RI,\n\ aoqi@0: \ -Xauthfile option will be ignored if set\n\ aoqi@0: \ -XdisableSSLHostnameVerification disable the SSL Hostname verification while fetching\n\ aoqi@0: \ wsdls aoqi@0: aoqi@0: aoqi@0: wsimport.usage.examples=\n\ aoqi@0: \Examples:\n\ aoqi@0: \ wsimport stock.wsdl -b stock.xml -b stock.xjb\n\ aoqi@0: \ wsimport -d generated http://example.org/stock?wsdl\n\ aoqi@0: aoqi@0: #{0} - version number aoqi@0: wsimport.version=wsimport version \"{0}\" aoqi@0: aoqi@0: #{0} - full version number aoqi@0: wsimport.fullversion=wsimport full version \"{0}\" aoqi@0: aoqi@0: wsgen.usage=Usage: {0} [options] \n\n\ aoqi@0: Use "wsgen -help" for a detailed description of options. aoqi@0: aoqi@0: wsgen.help=\nUsage: {0} [options] \n\n\ aoqi@0: \where [options] include:\n\ aoqi@0: \ -classpath specify where to find input class files and wsgen extensions\n\ aoqi@0: \ -cp specify where to find input class files and wsgen extensions\n\ aoqi@0: \ -d specify where to place generated output files\n\ aoqi@0: \ -encoding specify character encoding used by source files\n\ aoqi@0: \ -extension allow vendor extensions - functionality not specified\n\ aoqi@0: \ by the specification. Use of extensions may\n\ aoqi@0: \ result in applications that are not portable or\n\ aoqi@0: \ may not interoperate with other implementations\n\ aoqi@0: \ -help display help\n\ aoqi@0: \ -J pass this option to javac\n\ aoqi@0: \ -keep keep generated files\n\ aoqi@0: \ -r resource destination directory, specify where to\n\ aoqi@0: \ place resouce files such as WSDLs\n\ aoqi@0: \ -s specify where to place generated source files\n\ aoqi@0: \ -verbose output messages about what the compiler is doing\n\ aoqi@0: \ -version print version information\n\ aoqi@0: \ -fullversion print full version information\n\ aoqi@0: \ -wsdl[:protocol] generate a WSDL file. The protocol is optional.\n\ aoqi@0: \ Valid protocols are {1},\n\ aoqi@0: \ the default is soap1.1.\n\ aoqi@0: \ The non standard protocols {2}\n\ aoqi@0: \ can only be used in conjunction with the\n\ aoqi@0: \ -extension option.\n\ aoqi@0: \ -inlineSchemas inline schemas in the generated wsdl. Must be\n\ aoqi@0: \ used in conjunction with the -wsdl option.\n\ aoqi@0: \ -servicename specify the Service name to use in the generated WSDL\n\ aoqi@0: \ Used in conjunction with the -wsdl option.\n\ aoqi@0: \ -portname specify the Port name to use in the generated WSDL\n\ aoqi@0: \ Used in conjunction with the -wsdl option.\n\ aoqi@0: \ -x specify External Web Service Metadata xml descriptor aoqi@0: aoqi@0: wsgen.usage.extensions=\n\ aoqi@0: \Extensions:\n\ aoqi@0: \ -Xnocompile do not compile generated Java files aoqi@0: aoqi@0: wsgen.usage.examples=\n\ aoqi@0: \Examples:\n\ aoqi@0: \ wsgen -cp . example.Stock\n\ aoqi@0: \ wsgen -cp . example.Stock -wsdl -servicename '{http://mynamespace}MyService'\n\ aoqi@0: aoqi@0: #{0} - version number aoqi@0: wsgen.version=wsgen version \"{0}\" aoqi@0: aoqi@0: #{0} - full version number aoqi@0: wsgen.fullversion=wsgen full version \"{0}\" aoqi@0: aoqi@0: wrapperTask.needEndorsed=\ aoqi@0: You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ aoqi@0: Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \ aoqi@0: or set xendorsed="true" on <{2}>. aoqi@0: aoqi@0: # {0}, {2} - version (e.g. 2.1), {1} - absolute class location aoqi@0: wrapperTask.loadingIncorrectApi=\ aoqi@0: You are loading JAX-WS {0} API from {1} but this tool requires JAX-WS {2} API. aoqi@0: aoqi@0: invoker.needEndorsed=\ aoqi@0: You are running on JDK6 which comes with JAX-WS {0} API, but this tool requires JAX-WS {1} API. \ aoqi@0: Use the endorsed standards override mechanism (http://docs.oracle.com/javase/6/docs/technotes/guides/standards/), \ aoqi@0: or use -Xendorsed option. aoqi@0: aoqi@0: aoqi@0: # aoqi@0: # Generic Messages aoqi@0: # aoqi@0: wscompile.invalidOption=unrecognized parameter {0} aoqi@0: wscompile.existingOption=Ignoring already defined option {0}\n aoqi@0: wsimport.noSuchJaxbOption=no such JAXB option: {0} aoqi@0: aoqi@0: wscompile.error=error: {0} aoqi@0: wscompile.warning=warning: {0} aoqi@0: wscompile.info=info: {0} aoqi@0: wscompile.duplicateOption=duplicate option: {0} aoqi@0: wscompile.noSuchDirectory=directory not found: {0} aoqi@0: # wscompile.missingOptionArgument aoqi@0: wscompile.missingOptionArgument=option \"{0}\" requires an argument aoqi@0: wscompile.compilationFailed=compilation failed, errors should have been reported aoqi@0: wscompile.unsupportedEncoding=unsupported encoding: {0} aoqi@0: aoqi@0: wsimport.missingFile=Missing WSDL_URI aoqi@0: aoqi@0: wsgen.invalid.protocol=\"{0}\" is not a supported protocol. Supported protocols include: {1}. aoqi@0: wsgen.invalid.transport=\"{0}\" is not a supported transport. Supported transport includes: {1}. aoqi@0: wsgen.class.not.found=Class not found: \"{0}\" aoqi@0: wsgen.could.not.create.file="Could not create file: "\{0}\" aoqi@0: wsgen.missingFile=Missing SEI aoqi@0: wsgen.soap12.without.extension=The optional protocol \"Xsoap1.2\" must be used in conjunction with the \"-extension\" option. aoqi@0: wsgen.protocol.without.extension=The optional protocol \"{0}\" must be used in conjunction with the \"-extension\" option. aoqi@0: wsgen.wsdl.arg.no.genwsdl=The \"{0}\" option can only be in conjunction with the "-wsdl" option. aoqi@0: wsgen.servicename.missing.namespace=The service name \"{0}\" is missing a namespace. aoqi@0: wsgen.servicename.missing.localname=The service name \"{0}\" is missing a localname. aoqi@0: wsgen.portname.missing.namespace=The port name \"{0}\" is missing a namespace. aoqi@0: wsgen.portname.missing.localname=The port name \"{0}\" is missing a localname. aoqi@0: wsgen.class.must.be.implementation.class=The class \"{0}\" is not an endpoint implementation class. aoqi@0: wsimport.NotAFileNorURL = \ aoqi@0: "{0}" is neither a file name nor an URL aoqi@0: aoqi@0: wsgen.cannot.gen.wsdl.for.non.soap.binding=wsgen can not generate WSDL for non-SOAP binding: {0} on Class {1} aoqi@0: aoqi@0: wsgen.cannot.gen.wsdl.for.soap12.binding=wsgen can not generate WSDL for SOAP 1.2 binding: {0} on class: {1}.\n aoqi@0: Please specify \"-extension\" and \"-wsdl:protocol XSoap1.2\" switches. For example:\n\n aoqi@0: wsgen -wsdl:protocol XSoap1.2 -extenson {1} aoqi@0: wsgen.inlineSchemas.only.with.wsdl=\"-inlineSchemas\" must be used in conjunction with the \"-wsdl\" option aoqi@0: aoqi@0: wsgen.no.webservices.class=wsgen did not find any class with @WebService annotation. Please specify @WebService annotation on {0}. aoqi@0: aoqi@0: wsimport.no.wsdl=Failed to read the WSDL document: {0}, because 1) could not find the document; /\ aoqi@0: 2) the document could not be read; \ aoqi@0: 3) the root element of the document is not . aoqi@0: aoqi@0: wsimport.FailedToParse = \ aoqi@0: Failed to parse "{0}": {1} aoqi@0: aoqi@0: wsimport.ParsingWSDL=parsing WSDL...\n\n aoqi@0: wsimport.GeneratingCode=\nGenerating code...\n aoqi@0: wsimport.CompilingCode=\nCompiling code...\n aoqi@0: wsimport.ILLEGAL_TARGET_VERSION = \ aoqi@0: "{0}" is not a valid target version. "2.0" and "2.1" are supported. aoqi@0: aoqi@0: wsimport.ILLEGAL_AUTH_INFO = \ aoqi@0: "{0}" is not a valid authorization information format. The format is http[s]://user:password@host:port//. aoqi@0: aoqi@0: wsimport.ILLEGAL_PROXY = \ aoqi@0: "{0}" is not a valid proxy format. The format is [user[:password]@]proxyHost:proxyPort aoqi@0: aoqi@0: wsimport.readingAuthFile = \ aoqi@0: Trying to read authorization file : "{0}"... aoqi@0: aoqi@0: # {0} - path to current authorization file, {1} - path to metro authorization file aoqi@0: wsimport.authFileNotFound = \ aoqi@0: Authorization file "{0}" not found. If the WSDL access needs Basic Authentication, please provide authorization file with read access at {1} or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port// aoqi@0: aoqi@0: # {0} - exception message, {1} - systemId (e.g. location of WSDL file) , {2} - path to metro authentication file e.g.: Server returned HTTP response code: 401 for URL: http://localhost:8080/myServer/mywebService?WSDL, "http://localhost:8080/myServer/mywebService?WSDL" needs authorization, please provide authorization file with read access at C:\Documents and Settings\user\.metro\auth or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port// aoqi@0: wsimport.authInfoNeeded = \ aoqi@0: {0}, "{1}" needs authorization, please provide authorization file with read access at {2} or use -Xauthfile to give the authorization file and on each line provide authorization information using this format : http[s]://user:password@host:port// aoqi@0: aoqi@0: wsimport.AUTH_INFO_LINENO = \ aoqi@0: "line {0} of {1} aoqi@0: aoqi@0: aoqi@0: wsimport.ErrorMessage = \ aoqi@0: [ERROR] {0} aoqi@0: aoqi@0: wsimport.WarningMessage = \ aoqi@0: [WARNING] {0} aoqi@0: aoqi@0: wsimport.InfoMessage = \ aoqi@0: [INFO] {0} aoqi@0: aoqi@0: wsimport.DebugMessage = \ aoqi@0: [DEBUG] {0} aoqi@0: aoqi@0: wsimport.httpRedirect = \ aoqi@0: Server returned HTTP Status code: "{0}", retrying with "{1}" aoqi@0: aoqi@0: wsimport.maxRedirectAttempt = \ aoqi@0: Can not get a WSDL maximum number of redirects(5) reached aoqi@0: aoqi@0: wsimport.wsdllocation.clientjar = \ aoqi@0: wsdlLocation cannot be specified when using clientJar option aoqi@0: # {0} - path to a zip file aoqi@0: wsimport.archivingArtifacts=\nArchiving the generated artifacts into {0}.\n aoqi@0: wsimport.archiveArtifact=Adding {0} to the archive {1} aoqi@0: wsimport.fetchingMetadata=\nDownloading the WSDL and associated metadata\n aoqi@0: # {0} - URI, {1} - path to a file aoqi@0: wsimport.document.download=\nDownloading metadata document from {0} to {1}