Yes.. You can use MTOM with RawXMLInOutMessageReciever.
I'm not sure about the parameters to use WSDL2Java. IIRC it's possible to generate OM level (RawXML) code using WSDL2Java.
 
If your WSDL us simply you might be able to survive without using WSDL2Java.
 
~Thilina

 
On 6/16/06, Andrew B <[EMAIL PROTECTED]> wrote:
Thanks. Do I do this by just not specifying a data binding (-d) on WSDL2Java? Or do I not use WSDL2Java at all in that case?

Also, if I use RawXMLProvider, can the message still handle binary attachments or MTOM? (My ultimate need is to send back large binary data to the client).
 

-Andrew



Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
Use the RawXMLProvider and don't use a databinding framework.

On 6/15/06, Andrew B <[EMAIL PROTECTED] > wrote:
Hi,

Having thought a bit more about it, maybe I shouldn't be using xmlbeans, since the WSDL for the service doesn't specify the schema for the input and return documents.

What is the simplest way to just get an XML document passed in, be able to read its DOM, and build a new DOM for the return document? Is ADB data binding the way to go?

Thanks
 
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




--
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                 http://www.bloglines.com/blog/Thilina              

Reply via email to