Hi,
I don't exactly know if this is supposed to work this way:
when a handler throws a fault, the onFault method only gets invoked
for the handlers in the same chain. For example if the fault is in
transport chain, the global chain handlers' onFault won't be invoked.
Is this a bug ?
Hi,
Here is the stuff I promised. It is not compeletely finished,
but I thought you'd better receive this working version as soon
as possible, otherwise Axis code might change quite a lot.
So this is a modified HTTPSender, which supports some Digest
authentication. More SSL customization is
Hi,
Sorry for asking it once more, but this is getting urgent
for me.
In the current builds, the property setting in Call object
has been limited in a way that it only accepts some
registered properties.
Is there ANY way to send some parameters from the client
stub to some handler ? The messag
Hi,
>A possible solution is to require your handler to
>register the properties it needs. Then your property is no longer "unsupported".
So how can I do that ? What does it mean to register a property ?
As I saw in the source, those properties are hardcoded, so no
room for adding custom prope
Hi,
This is not a question about Axis.
I wrote several mails to the user list, but no reaction.
So I thought I'll give it a shot on this list also.
My mail is mainly about Digest authentication in
HTTPSender class. I was playing around with this issue,
because my project need both Basic