Re: WSDL2Java, I want custom Java code

2010-05-05 Thread Nan Null
Maybe you're trying to get to a solution before you think hard about the problem. Another way of saying it is that there maybe a better solution than what you think. What exactly do you want to do that makes you think you need customized generated code? Maybe knowing that, someone may point you

RE: WSDL2Java, I want custom Java code

2010-05-03 Thread Martin Gainty
any operation not specifically handling input or output SOAPmessages would be a no-op to the Axis2 transport engine you would not want the WSDL2Java SOAPMessage to take on these additional tasks as the Axis engine ONLY handles SOAPMessages Perhaps Andreas Keith or Paul can shed more insight ?

Re: WSDL2Java, I want custom Java code

2010-05-02 Thread mohit sikri
Hi Keith, I think you can do that. Well codegen(wsdl2java) uses xsl templates and data-binding to convert emitted xml into java classes. I'm sure on modifying generated skeleton and skeleton interface, callback message manager java code by modifying templates present under axis2-1.3\modules\c