wsdl2java not creating xmime:base64Binary type correctly?

2008-07-24 Thread acm
I've been following this guide for MTOM in Axis2 (http://ws.apache.org/axis2/1_1/mtom-guide.html) and have been unable to get wsdl2java to create the Base64Binary class like is done in the example. In the example, the Base64Binary class has the method getBase64Binary(). Running wsdl2java I

Re: wsdl2java not creating xmime:base64Binary type correctly?

2008-07-24 Thread Thilina Gunarathne
Hi, Axis2 XMLBeans data binding no longer supports MTOM... Please refer to the latest doc[1].. Try code generating using ADB... wsdl2java.bat -d adb -uri TestService.wsdl thanks, Thilina [1] http://ws.apache.org/axis2/1_4/mtom-guide.html On Thu, Jul 24, 2008 at 12:30 PM, acm [EMAIL PROTECTED]