, mozilla soap, and custom serializers
Works great. My mozilla 1.0rc3 javascript soap client doesn't
have any problem deserializing the inline (non-href'ed) data
structures.
Do you by any chance know if it's possible to control that
setting deeper down in the configuration to provide
Works great. My mozilla 1.0rc3 javascript soap client doesn't
have any problem deserializing the inline (non-href'ed) data
structures.
Do you by any chance know if it's possible to control that
setting deeper down in the configuration to provide a finer
grained control over whether a specific s
Vidyanand.
-Original Message-
From: Heitzso [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 12:10 PM
To: [EMAIL PROTECTED]
Subject: RE: href, mozilla soap, and custom serializers
My client code is running in a Mozilla browser and
doesn't touch the Axis environment except
My client code is running in a Mozilla browser and
doesn't touch the Axis environment except as a vanilla
web service. So touching the stub doesn't help me.
On the server side my class is, in theory, axis unaware
or web-server-container neutral. So my assumption is that
the PROP_DOMULTIREF
sage-
> From: Heitzso [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 04, 2002 1:37 PM
> To: [EMAIL PROTECTED]
> Subject: RE: href, mozilla soap, and custom serializers
>
>
> Sylvan,
>
> Thank you for the clue. However I need to set this
> server
EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 1:37 PM
To: [EMAIL PROTECTED]
Subject: RE: href, mozilla soap, and custom serializers
Sylvan,
Thank you for the clue. However I need to set this
server side. I'm grepping the code now and digging
around, but if you're aware of how
Sylvan,
Thank you for the clue. However I need to set this
server side. I'm grepping the code now and digging
around, but if you're aware of how to quickly set
PROP_DOMULTIREFS false server side I'ld appreciate
the info.
Thanks,
Heitzso
On Tue, 2002-06-04 at 13:03, St-Germain, Sylvain wrote:
Try puttin this line in your Stub's createCall method.
import org.apache.axis.AxisEngine;
call.setOption(AxisEngine.PROP_DOMULTIREFS, new Boolean(false));
Sylvain.
-Original Message-
From: Heitzso [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 04, 2002 12:24 PM
To: [EMAIL PROTECTED]
Subj