Reshat Sabiq <crts <at> argushealth.com> writes: > One thought i have is to represent this as a String field, and serialize it > manually into soap:Fault, so that client can peruse individual status codes > similarly to complete failures indicated by soap:Fault. Is there a better way to > make soap:Fault more declarative? This isn't quite possible in the way i was going for in JAXB2 either, because SOAPFault is an interface, except making a custom type and mapping it to soap:Fault w/ annotations denoting namespaces, etc.
I think i've run into another sad situation w/ 1.4 limitations. Although i'm not sure if there's a similar approach in a standard API like JAXB2, this appears to meeting my needs in xfire: http://xfire.codehaus.org/Custom+Types I'm going for that after lunch... ;) --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
