WAS.webservices, Web Services

WSWS3000I: WSDL2Java emitter Usage: WSDL2Java [options] WSDL-URI Options: -help print this message and exit -verbose print informational messages -server-side emit server-side bindings for web service. is Bean or EJB. -NStoPkg = mapping of namespace to package -fileNStoPkg file of NStoPkg mappings (default NStoPkg.properties) -output output directory for emitted files -timeout timeout in seconds (default is 45 seconds, specify -timeout -1 to disable) -META-INF-Only only generate the META-INF directory and its xml files. prevents generation of java files. -helpx print extended options

Explanation

These are the options to WSDL2Java.

User Response:

Use the specified options when invoking WSDL2Java.

WSWS3001I: Info: Extended Options: -skeletonDeploy deploy skeleton (true) or implementation (false). Default is false. Assumes -server-side. -deployScope add scope to deploy.xml: "Application", "Request", "Session" -testCase emit junit testcase class for web service -noImports only generate code for the immediate WSDL document -noWrapped disable support for "wrapped" document/literal -all generate code for all elements, even unreferenced ones -Debug print debug information -typeMappingVersion indicate 1.1 or 1.2. The default is 1.1 (SOAP 1.1 JAX-RPC compliant, 1.2 is SOAP 1.1 soap encoded) -factory name of the class for extending Java generation functions -user username to access the WSDL-URI -password password to access the WSDL-URI

Explanation

These are the extendedoptions to WSDL2Java.

User Response:

These are advanced options that users should not generally use.

WSWS3002E: Error: The {0} option is not supported and is ignored.

Explanation

The specified option is not supported.

User Response:

Do not use the specified option.

WSWS3003E: Error: The {0} option is not supported and is ignored.

Explanation

The specified option is not supported.

User Response:

Do not use the specified option.

WSWS3004I: Java2WSDL emitter Usage: Java2WSDL [options] class-of-portType Options: -help print this message and exit -output output WSDL filename -location service location url -portTypeName portType name (obtained from class-of-portType if not specified) -bindingName binding name (-servicePortName value + "SOAPBinding" if not specified) -serviceElementName service element name (defaults to -servicePortName value + "Service") -servicePortName service port name (obtained from -location if not specified) -namespace target namespace -PkgtoNS = package=namespace, name value pairs -methods space or comma separated list of methods to export -all look for allowed methods in inherited class -implClass class that contains implementation of methods in class-of-portType. The debug information in the class is used to obtain the method parameter names, which are used to set the WSDL part names. -stopClasses space or comma separated list of class names which will stop inheritance search if -all switch is given -style argument is RPC, DOCUMENT, or WRAPPED. RPC (the default) will generate rpc style wsdl DOCUMENT will generate document style wsdl WRAPPED will generate document style wsdl in the wrapped format -use argument is LITERAL or ENCODED. LITERAL will generate bindings with literal use ENCODED will generate bindings with encoded use The default is ENCODED if style=RPC, otherwise the default is LITERAL -helpx print extended options Details: portType element name= <-portTypeName value> OR binding element name= <-bindingName value> OR <-servicePortName value>SoapBinding service element name= <-serviceElementName value> OR <-portTypeName value>Service port element name= <-servicePortName value> address location = <-location value>

Explanation

These are the options to Java2WSDL.

User Response:

Use the specified options when invoking Java2WSDL.

WSWS3005I: Info: Extended Options: -input input wsdl file name -outputWsdlMode output WSDL mode: "All", "Interface", or "Implementation" -locationImport location of interface WSDL file -namespaceImpl target namespace for implementation WSDL -outputImpl output Implementation WSDL filename, setting this causes -oututputWsdlMode to be ignored -exclude space or comma separated list of methods not to export -soapAction argument is DEFAULT, OPERATION, or NONE. OPERATION sets soapAction field to the operation name. NONE sets soapAction field to "". DEFAULT uses deployment information to set the field. -typeMappingVersion indicate 1.1 or 1.2. The default is 1.1 (SOAP 1.1 JAX-RPC compliant, 1.2 is SOAP 1.1 soap encoded)

Explanation

These are the extendedoptions to Java2WSDL.

User Response:

These are advanced options that users should not generally use.

WSWS3006W: Warning: The -location was not set, the value "{0}" is used instead.

Explanation

The -location option is a required option.

User Response:

Please specify the -location option.

WSWS3007W: Warning: The -server-side option must have an argument that is Bean or EJB. Defaulting to Bean.

Explanation

The -server-side option is incorrect.

User Response:

Please specify the correct -server-side option