Content starts here

WSDatabinding Subsystem Messages

The WSDatabinding1.0 catalog contains messages in the range BEA-221200 - BEA-221399. Messages in this catalog are part of the weblogic.wsee.databinding.spi.util Internationalization package and the weblogic.wsee.databinding.spi.util Localization package.

BEA-221200

Error: XML factory configuration error for "x".

Description

This message indicates that the XML factory may not be configured correctly.

Cause

This message is for informational purposes only.

Action

No action is required.

BEA-221201

Error: The mapping file (SystemId: "x") cannot be read.

Description

This message indicates that the mapping file cannot be read.

Cause

This message is for informational purposes only.

Action

No action is required.

BEA-221202

Error: The operation "x" is undefined in the WSDL.

Description

This message indicates that the operation is undefined in the WSDL

Cause

This message is for informational purposes only.

Action

No action is required.

BEA-221203

Error: The body part "x" is undefined in the WSDL.

Description

This message indicates that the body part is undefined in the WSDL

Cause

This message is for informational purposes only.

Action

No action is required.

BEA-221204

Error: The body part "x" of the input message is undefined in the WSDL.

Description

This message indicates that the body part is undefined in the WSDL

Cause

This message is for informational purposes only.

Action

No action is required.

BEA-221205

Error: "x" @WebMethod annotation has "exclude" element that is used with other elements like "action" or "operationName".

Description

This message indicates that the @WebMethod annotation is invalid.

Cause

This message is for informational purposes only.

Action

Remove the annotation members.

BEA-221206

Error: Unsupported Type x on y

Description

This message indicates that the method has parameter or return value of unsupported type.

Cause

This message is for informational purposes only.

Action

Exclude the method

BEA-221207

Error: No valid method to be exposed on x

Description

This message indicates that there is no valid WebMethod to be expose.

Cause

This message is for informational purposes only.

Action

No action

BEA-221208

Error: XML parsing error x

Description

This message indicates an XML parsing error.

Cause

This message is for informational purposes only.

Action

No action.

BEA-221209

Error: Databinding runtime error "x".

Description

This message indicates a databinding runtime error.

Cause

This message is for informational purposes only.

Action

No action is required.

BEA-221210

Error: The excetion "x" is not bound to any service fault.

Description

This message indicates the exception to be serialized is not bound to any declared service fault.

Cause

This message indicates the exception to be serialized is not bound to any declared service fault.

Action

No action is required.

BEA-221211

Error: The wsdl:operation@name overloading is not supported. Please use "WebMethod operationName" annotation on x to customize the operation name.

Description

This message indicates that some overloaded JAVA methods reult in wsdl:operation overloading which is not supported.

Cause

The wsdl:operation@name overloading is not supported.

Action

Please use @WebMethod.operationName annotation to customize the operation name.

BEA-221212

Error: The parameter or return value x of this method is annotated as a anonymous schema type; RequestWrapper and ResponseWrapper are required for WSDL generation.

Description

The method is using document-literal wrapper style mapping, and a parameter or return value of this method is annotated as a anonymous schema type.

Cause

The method is using document-literal wrapper style mapping, and a parameter or return value of this method is annotated as a anonymous schema type.

Action

Run JAXWS Tool to generate the wrapper classes

BEA-221213

Error: Missing required XML element "x" in the payload.

Description

This message indicates that the there is a required element missing in the SOAP Body.

Cause

A required element missing in the SOAP Body.

Action

Make sure the wire message is conformant to the WSDL/Schema

  Back to Top