About Question enthuware.ocejws.v6.2.49 :
Posted: Tue Sep 29, 2015 1:59 pm
I think this is a bit wrong because endpoints don't initiate sessions:
This is what javadoc says:
So I would put it:
Code: Select all
Indicate that the client wants to participate in a Web Service endpoint initiated session.
Code: Select all
static final String SESSION_MAINTAIN_PROPERTY
Standard property: This boolean property is used by a service client to indicate whether or not it wants to participate in a session with a service endpoint. If this property is set to true, the service client indicates that it wants the session to be maintained. If set to false, the session is not maintained. The default value for this property is false.
Code: Select all
Indicate that the client wants to participate in a session with a service endpoint.