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

-- Brian Atkins [EMAIL PROTECTED] (970) 288-2114 Agilent Technologies 4380 Ziegler Road - MS ISP Ft. Collins, CO 80525



Reply via email to