RE: Help with soap header serialization (bean serialization) (code)

2002-02-06 Thread Tom Boulos
rite out all the actual multiref serializations at the end, because we don't have a way to do back-references or to rewrite XML which we've already serialized. I suppose we could put in some sort of "don't multiref headers" switch --G > -Original Message-

RE: Help with soap header serialization

2002-02-06 Thread Glen Daniels
> -Original Message- > From: Tom Boulos [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 1:55 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Help with soap header serialization > > > I just answered my own question to the first: > by using

RE: Help with soap header serialization

2002-02-06 Thread Tom Boulos
I just answered my own question to the first: by using call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE); So my questions changes: Is it intentional that the default behavior for headers is that they are sent as multiRef? -Original Message- From: Tom Boulos Sen