RE: WS Inetrop

2002-11-28 Thread Wayne Yan
Does the architecture allow for custom 'interceptors' / 'links' to be inserted into the message handling chain ? -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: 29 November 2002 06:19 To: [EMAIL PROTECTED] Subject: Re: WS Inetrop - Original Message - Fro

RE: WS Inetrop

2002-11-27 Thread Wayne Yan
Just like Microsoft to introduce a concept reliant on deployment platform. How arrogant! One can't assume axis is to be deployed in an NTLM specific environment. -Original Message- From: Kameshwar Jayaraman [mailto:[EMAIL PROTECTED]] Sent: 28 November 2002 09:36 To: [EMAIL PROTECTED] Subje

RE: persistent connections

2002-09-20 Thread Wayne Yan
Not an expert, but looking at the source of org.apache.axis.transport.http.HTTPSender it would appear that the socket exists for the liftetime of the invoke(MessageContext msgContext). This seems to imply a new socket for each service invocation. -Original Message- From: Andrew Vardeman [

Custom http headers ...

2002-09-17 Thread Wayne Yan
Currently using RC1 for client invocations Has anyone have any ideas why the org.apache.axis.client.Call resets the message context on invoke(). public void invoke() throws AxisFault { if (log.isDebugEnabled()) { log.debug("Enter: Call::invoke()"); } Mes