dev@jax-ws.java.net

Re: Guessing MEP on server-side

From: Harold Carr <Harold.Carr_at_Sun.COM>
Date: Tue, 14 Feb 2006 05:49:51 -0800

Hello Arun,

> Is this similar to action-based dispatching where for each wsa:Action on
> the wire, I'd know whether a protocol response is going to go back or not ?

I would need an offline direct discussion with you to understand if
there is a relationship. My main point now is to say that protocol
messages not related to the endpoint's WSDL would probably need to
register a MEP pattern.

> Also what about unrecognized messages that may be sent to a JAX-WS
> endpoint ?

Unrecognized messages should be rejected. But what does reject mean?
It could mean sending back a fault, or just ignoring and closing the
connection.

H