RE: Call object and properties once more

2002-06-25 Thread Jeff Talbot
Title: RE: Call object and properties once more Have you tried setting an option on the AxisEngine? ... AxisEngine clientEngine = svc.getEngine(); clientEngine.setOption(name, value); ... Your handlers can then read the option. This works for me on beta 2, but if they've disallowed

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