users@jax-ws.java.net

Re: Can we reuse the port instance?

From: Miroslav Kos <miroslav.kos_at_oracle.com>
Date: Fri, 18 Apr 2014 10:24:21 +0200

Hi Daniel,
I would suggest file a bug here: https://java.net/jira/browse/JAX_WS

Try to provide small test case and add info about version being used.

Miran

On 16/04/14 15:58, Daniel Pub wrote:
> Hi all,
>
> I'm reusing the service and port instances of a WS client.
>
> I noticed that it works fine when the previous request is successful
> but if the previous request threw a SOAP Fault, I receive this soap
> fault forever even if the request now was supposed to succeed. If I
> just recreate the port, this behavior is gone.
>
> Thanks,
> Daniel