BUG: onFault gets invoked only in the same chain

2002-10-06 Thread Geza.Szocs
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 ?

RE: code contribution

2002-06-27 Thread Geza.Szocs
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

RE: Call object and properties once more

2002-06-25 Thread Geza.Szocs
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

RE: Call object and properties

2002-06-24 Thread Geza.Szocs
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

code contribution

2002-06-07 Thread Geza.Szocs
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