Correction: i mean provider service of course, not dispatcher. For example:
@WebServiceProvider
@ServiceMode(value = Service.Mode.PAYLOAD)
public class XYProvider implements Provider<Source> {
...
}
--
Peter
On Tue, Feb 15, 2011 at 8:28 PM, Peter Mihalik <[email protected]> wrote:
> Hello, is it possible to throw a fault from a payload type JAX-WS
> dispatcher service?
>
> --
> Peter
>
