Re: setDoMultiRefs(false) not working

2004-05-13 Thread Martin Hamel
I did the following on my handler: messageContext.getAxisEngine().setOption(AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); I guess I could do that in the wsdd file. I'll tell you if I find where since that question seemed unanswered in the list archives. ;-) Le jeudi 13 Mai 2004 14:57, Mart

setDoMultiRefs(false) not working

2004-05-13 Thread Martin Hamel
Hi, I'm trying not to use multirefs in my serializer. So the first thing I do when entering the serialize method is: context.setDoMultiRefs(false); It does not work. Anybody knows what I should do?