57 WLS-WSEE-CORE-00001 to WLS-WSEE-CORE-00007

WLS-WSEE-CORE-00001: An unexpected error occurred: {0}
Cause: Unknown
Action: If this is caused by an external application, then fix the related code; otherwise, contact My Oracle Support.

Level: 1

Type: SEVERE

Impact: WebService

WLS-WSEE-CORE-00002: The service port {1} bound to https transport in service {0} is NOT available, the https address cannot be resolved because SSL is not enabled for the server. The service port definition will be removed from WSDL that is being accessed through {2}.
Cause: While a WSDL is being retrieved through http protocol, the server requires replacing the service port address in WSDL with the actual address for the server. For any web service which defines one or more service ports bound to https transport, if the domain does not enable SSL functionality then the service port address could not be replaced correctly because https address for the server cannot be resolved.
Action: Enable SSL functionality for the server.

Level: 1

Type: WARNING

Impact: WebService

WLS-WSEE-CORE-00006: Implicit/generated Client Identity {0} has been used in multiple calls to Service.getPort()/createDispatch() where these calls have used different services and/or sets of features. Monitoring statistics for this client will include all these different usages. Validation failures were: {1}
Cause: WebLogic JAX-WS web service clients are assigned a unique identity that is intended to represent the business purpose of that client. This identity can be specified directly using weblogic.jws.jaxws.client.ClientIdentityFeature or it can be allowed to be implicit. Implicit identity is generated automatically based on environmental information at the point where a Port/Dispatch instance is created. Your code has received an implicit client identity that is getting used (again implicitly) across multiple services or sets of features. All statistics gathered for a given client instance are rolled up under the client instance's client identity. If client instances using different services and/or feature sets contribute statistics to the same client identity, this can be confusing. It is even possible for clients to behave incorrectly when more advanced web service features are used.
Action: Best practice is to create a specific client identity (with a name representing a logical business purpose) for the client and denote this identity by passing weblogic.jws.jaxws.client.ClientIdentityFeature to the call to Service.getPort/createDispatch. Further, it is recommended that you pass a single/global set of web service feature objects to that call (e.g. Create WebServiceFeature instances as static class members or in a method annotated with @PostConstruct for containers compatible with this annotation). The actual call to Service.getPort()/createDispatch() should still be made in any way that makes sense for your uses (e.g. calling getPort on demand in a web service method, with Service created as a static class member).

Level: 1

Type: WARNING

Impact: WebService

WLS-WSEE-CORE-00007: Error while invoking endpoint {0} from client; ServiceName: {1} ; PortName: {2} ; Client side features: {3}; Client side policies: {4}
Cause: Unknown.
Action: Check the error mesage and stack trace for more info.

Level: 1

Type: SEVERE

Impact: WebService