Re: [AXIS2] wsdl2java code generate problem

2012-06-13 Thread Harsha Thirimanna
Yes , I tried , it was correct. But why it gives the problem when use jaxbri On Wed, Jun 13, 2012 at 4:00 PM, Sagara Gunathunga < [email protected]> wrote: > Can you try with default ADB data binding ? > > Thanks ! > > On Wed, Jun 13, 2012 at 11:32 AM, Harsha Thirimanna > wrote: > > hi

Re: [AXIS2] wsdl2java code generate problem

2012-06-13 Thread Sagara Gunathunga
Can you try with default ADB data binding ? Thanks ! On Wed, Jun 13, 2012 at 11:32 AM, Harsha Thirimanna wrote: > hi > When i generate Serverside code , with 'uw' option , it gave the wrong java > code for 'MessageReciveInOut' class. > > if("getHotelDetailForHotels".equals(methodName)){ > >

[AXIS2] wsdl2java code generate problem

2012-06-12 Thread Harsha Thirimanna
hi When i generate Serverside code , with 'uw' option , it gave the wrong java code for 'MessageReciveInOut' class. if("getHotelDetailForHotels".equals(methodName)){ lk.harsha.xsd.hoteldetail.response.HotelDetailResponse hotelDetailResponse18 = null; lk.harsha.xsd.hoteldetail.req