At a slight tangent, does anyone know if the ability to handle
multi-reference values is a requirement for SOAP implementations?

Cheers

Adam

-----Original Message-----
From: Vidyanand Murunikkara [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, April 16, 2002 1:31 AM
To: [EMAIL PROTECTED]
Subject: RE: how to disable multiref



add this line 

call.setOption( org.apache.axis.AxisEngine.PROP_DOMULTIREFS, new
java.lang.Boolean( false) );

before u call invoke



-----Original Message-----
From: Munjal [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 4:52 PM
To: [EMAIL PROTECTED]
Subject: how to disable multiref


Hi,

can someone tell me how to disable multiref in an axis client? I am having
problems invoking a service wherein i need to pass an array of 
a class.

Thanks,
Munjal

Reply via email to