RE: prefix mapping resolution bug.

2002-03-27 Thread Glen Daniels
Sent: Tuesday, March 26, 2002 8:05 PM > To: '[EMAIL PROTECTED]' > Subject: prefix mapping resolution bug. > > > I have noticed a small problem with the Deserializer. > Axis is unable to resolve namespace mapping if it has been > defined on the > same level. >

prefix mapping resolution bug.

2002-03-26 Thread Taras Shkvarchuk
I have noticed a small problem with the Deserializer. Axis is unable to resolve namespace mapping if it has been defined on the same level. The following tag will not have its type picked up because namespace mapping will fail. *** http://my.org/schemas/service"; xsi:type="ens:emailScript"> *** I