Michele,
sendRobust is there to be used when sending one way messages... You
cannot expect to get an response for this...

Only a fault can be handled as the response for a sendRobust....
Difference between fire&forget and sendRobust is that you can get a
fault if something goes wrong in the server only in the latter one..

thanks,
Thilina

On 2/22/07, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
Glen,

thanks for you advice. However those look like different issues.
The com.ctc.wstx.exc.WstxEOFException happens only when a single channel
is used, but from previous discussions [1] it looks like it's better not
to use a dual channel with sendRobust, while if a dual channel is used a
BindException happens.


Regards,
Michele



[1] https://issues.apache.org/jira/browse/AXIS2-849

On Thu, 2007-02-22 at 07:06 -0500, Glen Mazza wrote:
> Try googling on <<com.ctc.wstx.exc.WstxEOFException>> *or*
> <<"Unexpected EOF in prolog" AXIS2>>.  I see 99 and 65 hits, respectively.
>
> Glen
>
> Michele Mazzucco wrote:
> > Hi all,
> >
> > I can't solve a problem with the sendRobust() call. If I use a single
> > channel (i.e. is options.setUseSeparateListener(true); is not set) I get
> > this error on the server side
> >
> > Unable to forward the request org.apache.axis2.AxisFault:
> > com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Thilina Gunarathne
WSO2, Inc.; http://www.wso2.com/
Home page: http://webservices.apache.org/~thilina/
Blog: http://thilinag.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to