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
To: [email protected] > Subject: WSDL2Java, I want custom Java code > > Hi Axis Users, > > I use Axis's WSDL2Java emitter to generate Java classes from a WSDL > document. I want to add custom methods to an emitted class in a way > that is compatible with WSDL

Re: WSDL2Java, I want custom Java code

2010-05-02 Thread mohit sikri
dules\codegen\src\org\apache\axis2\wsdl\template\java. Thanks, Mohit --- On Mon, 3/5/10, keith wrote: From: keith Subject: WSDL2Java, I want custom Java code To: "Axis Users" Date: Monday, 3 May, 2010, 11:41 AM Hi Axis Users, I use Axis's WSDL2Java emitter to generate Java

WSDL2Java, I want custom Java code

2010-05-02 Thread keith
Hi Axis Users, I use Axis's WSDL2Java emitter to generate Java classes from a WSDL document. I want to add custom methods to an emitted class in a way that is compatible with WSDL and the emitter. Is there a way to embed arbitrary Java code in a WSDL document so that it is added unchanged