Ioan Berbece wrote:

OK, thanks. Is this something considered for making available in the next version?

hi,

i am not sure how it could be done in other way? the timeout is provider specific property and is not described in WSDL?

what is the way you would like to see it working - described in WSDL?

thanks,

alek






------------------------------------------------------------------------

*From:* Jacques-Olivier Goussard [mailto:[EMAIL PROTECTED]
*Sent:* January 31, 2005 10:49 AM
*To:* [email protected]
*Subject:* RE: Timeout setting



AFAIK, there is no way to set it other than casting the provider into the

axis provider and access the Call object directly:

 ((WSIFPort_ApacheAxis) m_port).getCall().setTimeout(itimeout);



       /jog

    -----Original Message-----
    *From:* Ioan Berbece [mailto:[EMAIL PROTECTED]
    *Sent:* Monday, January 31, 2005 10:43 AM
    *To:* [email protected]
    *Subject:* Timeout setting

    Hi,



    What is the way to adjust the timeout in a WSIF invocation? I
    particularly use WSIF with Axis 1.1 on http. I looked through the
    WSIF code and couldn't find something relevant. I have seen the
    use of a property in a file property to set the timeout for JMS.
    But I'm not sure whether that applies to http as well or there are
    other means through which this can be achieved.



    Thanks,

    IB





--
The best way to predict the future is to invent it - Alan Kay



Reply via email to