RE: Return direct XML

2007-11-07 Thread Benjamin Coiffe
, the fix for CXF-1168 works for me in 2.0.1. Thx! -Original Message- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: 07 November 2007 02:38 To: cxf-user@incubator.apache.org Subject: RE: Return direct XML I believe that Aegis allows you to have a return type of org.w3c.Document

RE: Return direct XML

2007-11-07 Thread Benson Margulies
: Wednesday, November 07, 2007 3:45 AM To: cxf-user@incubator.apache.org Subject: RE: Return direct XML Hi, I was trying to use Aegis Binding on the Dynamic client (DynamicClientFactory.createClient()) but it is hard coded to use JAXB. Is there a specific reason for this or could I confidently

Re: Return direct XML

2007-11-07 Thread Willem Jiang
PROTECTED] Sent: 07 November 2007 02:38 To: cxf-user@incubator.apache.org Subject: RE: Return direct XML I believe that Aegis allows you to have a return type of org.w3c.Document or the JDOM equivalent, and XML will appear. -Original Message- From: Liu, Jervis [mailto:[EMAIL PROTECTED

Re: Return direct XML

2007-11-07 Thread Willem Jiang
just have a DataBinding instance that could be made settablr. -Original Message- From: Benjamin Coiffe [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 3:45 AM To: cxf-user@incubator.apache.org Subject: RE: Return direct XML Hi, I was trying to use Aegis Binding

RE: Return direct XML

2007-11-07 Thread Benson Margulies
Oh, I see. If you are getting Class objects from xjc, Aegis can't do that. -Original Message- From: Willem Jiang [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 12:12 PM To: cxf-user@incubator.apache.org Subject: Re: Return direct XML Yep, I think the initial thought

Re: Return direct XML

2007-11-06 Thread Glen Mazza
I was about to say just return the XML in an xsd:string, it should work fine. But that raises an interesting question: when are the 's escaped so they don't interfere with the rest of the SOAP Message (which is in XML itself?) I'm guessing they're escaped automatically by the web services

Re: Return direct XML

2007-11-06 Thread James Mao
XML is not a Java Type before Java7, it'll be at that time. Not sure what you really mean, do you mean a DOM or something else James Hi, What is the easiest way to return XML directly? For example, in my function, if I create XML, I want to be able to send that object directly back to

RE: Return direct XML

2007-11-06 Thread Benson Margulies
I believe that Aegis allows you to have a return type of org.w3c.Document or the JDOM equivalent, and XML will appear. -Original Message- From: Liu, Jervis [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 9:32 PM To: cxf-user@incubator.apache.org Subject: RE: Return direct

RE: Return direct XML

2007-11-06 Thread Roshan A. Punnoose
Cool I'll look into this and the Aegis bindings. Roshan -Original Message- From: Liu, Jervis [mailto:[EMAIL PROTECTED] Sent: Tue 11/6/2007 9:32 PM To: cxf-user@incubator.apache.org Subject: RE: Return direct XML In your case, looks like the easiest way is to use JAX-WS Provider API