Hi Brian and All Thanks for answer. It works....!!!
I belive the wsdd thing should be done with client-config.wsdd, I find e.g. client-config.wsdd in org.apache.axis.client !!! It do not work yet. Anybody knows why ..... I am using the method Brian suggest right now. Thanks agien for help regards Srinath On Tue, 2003-07-22 at 22:37, Brian Atkins wrote: > I was able to turn off multirefs using the API (haven't used WSDD yet) > with the following: > > engine.setOption(AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); > > You can alsostop them on a per SerializationContext basis via > > context.setDoMultiRefs(false); > > Sorry, don't know how to do it via WSDD. Hope this helps. > > Brian > > Srinath Perera wrote: > > > Hi reinhard / All > > > > Thanks very much u put me in right track. > > > > I want it to do in client side so I belive I should use > > client-config.wsdd. (I test it, The engine found the file and process > > it. But the app fails returning null) > > > > Any body can send me a example client-config.wsdd file. > > > > All I need to do is stop client send multiref to the server. > > > > regards > > > > Srinath
