Page 1 of 1

About Question enthuware.ocejws.v6.2.49 :

Posted: Tue Sep 29, 2015 1:59 pm
by ACV001
I think this is a bit wrong because endpoints don't initiate sessions:

Code: Select all

Indicate that the client wants to participate in a Web Service endpoint initiated session.
This is what javadoc says:

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. 
So I would put it:

Code: Select all

Indicate that the client wants to participate in a session with a service endpoint.

Re: About Question enthuware.ocejws.v6.2.49 :

Posted: Tue Sep 29, 2015 11:13 pm
by fjwalraven
Hi
I think this is a bit wrong because endpoints don't initiate sessions:
I agree, the wording is a bit odd. Imagine that these lines come directly from the JAX-WS specs (4.2.1.1 Standard Properties)

I have changed the text. Thank you for your feedback!

Regards,
Frits