Maven2 WSDL2Code Plug-in

2012-07-09 Thread tamahmed
I am a newbie so please excuse me of anything silly with this. I using this eclipse plugin http://axis.apache.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.html to generate java code. The output directory is always target/generated-sources/axis2/wsdl2code/src even though I s

Re: Maven2 WSDL2Code Plug-in

2012-07-10 Thread tamahmed
Jul 10, 2012 at 6:58 AM, tamahmed wrote: >> {project.build.directory}/generated-sources > > > > -- > Sagara Gunathunga > > Blog - http://ssagara.blogspot.com > Web - http://people.apache.org/~s

Re: Maven2 WSDL2Code Plug-in

2012-07-10 Thread tamahmed
is2 1.6.2 recommended. > > Thanks ! > > On Tue, Jul 10, 2012 at 10:46 PM, tamahmed wrote: >> >> Version is 1.4 in my POM. >> >> >> org.apache.axis2 >> axis2-wsdl2code-maven-plugin >> 1.4 >> >> >> >>

axistools-maven-plugin - getServiceClient()

2012-07-13 Thread tamahmed
I am using axistools version 1.4 maven plugin to generate stubs for my wsdl. I am not able set http headers to my soap request because there is no method in the generated client stubs which gives me serviceClient. Can anyone please tell me how to get serviceClient and set Options using the gener