Hello,

An argument to one of my SOAP methods is required to be one of a specified set 
of values - an enumerated type.  If I use a Java enum as the argument type, 
XFire takes care of that nicely and generates appropriate WSDL, but 
unfortunately that isn't an option in this case.  That's because the list of 
allowed values is specified in a configuration file which is read at runtime.  
Hardcoding it in the source isn't an option.  Is there any way I can do this?

Thanks!

Peter

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to