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
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
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 [
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