You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by vernekap <ve...@gmail.com> on 2009/01/07 08:37:23 UTC

Code changes for Axis 14 support for optional sequence and choice


Recently for one of my projects, I needed Axis 14 to support 
- optional sequences 
    --verify that mandatory elements below optional sequence are either all
present or none
- mandatory choice
   -- verify only one of choice element is present
- optional choice 
   -- verify 0/1 of choice element is present

I made some changes to WSDL2Java. I do not think that I can add that
standard way of handling serialization and do not think that it can be added
to axis repository.

If someone is looking for this code, I can share it.

with regards
Pralhad

-- 
View this message in context: http://www.nabble.com/Code-changes-for-Axis-14-support-for-optional-sequence-and-choice-tp21326196p21326196.html
Sent from the Axis - User mailing list archive at Nabble.com.