[vwnc] (Cont'd) XML Union type?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] (Cont'd) XML Union type?

Mike Bielser
I just tried with a fresh image and loaded "WebServices-All" from the public repository: same
behavior. The culprit seems to be "WebServices.XMLTypesParser>>refForSimpleType:" because it contains

refForSimpleType: anElement

<<snip>>

anElement tag type = 'union'
   ifTrue:
     [^self excFor: anElement text: (#CanNotParseUnion << #webservices >> 'Can not parse union type')].

<<snip>>

which throws an exception. So my conclusion (short of any other explanation) is that

1) The AR 51088 code didn't make it into my code base or
2) AR 51088 fixed a different bug (coincidentally also related to unions)

Any suggestions?

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc