-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Francisco wrote:
Are there plans for supporting sequences of anys? One of my grad students is working on WS transactions, which use things like
<xsd:sequence>
<xsd:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
His work should help us to get JBWS-36 done. I expect him to implement at least WS-Coordination and WS-AtomicTransaction, which should be (mostly) WS layers over the existing DTM code.