Re: How to handle business exceptions not easily serializable to XML

2007-09-11 Thread Simon Nash
Yes, I think this should work. I'm trying to get a simple case through the Web Service binding and the databinding transformers at the moment and I'm running into various issues. I'll post a more detailed update later. Simon Scott Kurz wrote: Say I wanted to have a remotable Java

Re: How to handle business exceptions not easily serializable to XML

2007-09-11 Thread Scott Kurz
There are some particular issues relating to dealing with, alternately the exception DataType and the fault DataType, and getting these through the Tuscany databinding framework. Some of these I've worked around already and am working to post a more detailed update myself (for example I modified

Re: How to handle business exceptions not easily serializable to XML

2007-09-11 Thread Luciano Resende
Are you talking about the same issue described in TUSCANY-1558 [1] ? If so, looks like the issue is fixed in Axis 2.1.3. [1] https://issues.apache.org/jira/browse/TUSCANY-1558 On 9/11/07, Scott Kurz [EMAIL PROTECTED] wrote: There are some particular issues relating to dealing with, alternately

Re: How to handle business exceptions not easily serializable to XML

2007-09-11 Thread Simon Nash
I already worked around TUSCANY-1558 by editing the generated WSDL and using my updated version. TUSCANY-1558 only applies when using exceptions that are in a different package from the business interface. There's another report of the same problem in TUSCANY-1664. Fixing the WSDL allows the