You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Adrian Herscu <bm...@fastmail.fm> on 2008/02/05 13:18:54 UTC

Re: [axis2] is it possible to generate unwrapped client code using the maven plugin?

I have used the -uw switch with command line tool:
wsdl2java -or -uw -o ${project_loc} -uri ${string_prompt:WSDL URL}
Any parallel in the Maven plugin?

Adrian Herscu wrote:
> Hi all,
> 
> I am trying to integrate the axis2-wsdl2code-maven-plugin into my Maven 
> 2 build and the compilation fails because the stubs have different 
> signatures than those generated with command line tool.
> 
> Is there a hidden option to make it generate unwrapped stubs?
> 
> TIA,
> Adrian.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [axis2] is it possible to generate unwrapped client code using the maven plugin?

Posted by Adrian Herscu <bm...@fastmail.fm>.
Seems that the documentation is wrong...
The mojo does support the unwrap parameter.
http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/tool/axis2-wsdl2code-maven-plugin/src/main/java/org/apache/axis2/maven2/wsdl2code/WSDL2CodeMojo.java

Adrian Herscu wrote:
> I have used the -uw switch with command line tool:
> wsdl2java -or -uw -o ${project_loc} -uri ${string_prompt:WSDL URL}
> Any parallel in the Maven plugin?
> 
> Adrian Herscu wrote:
>> Hi all,
>>
>> I am trying to integrate the axis2-wsdl2code-maven-plugin into my 
>> Maven 2 build and the compilation fails because the stubs have 
>> different signatures than those generated with command line tool.
>>
>> Is there a hidden option to make it generate unwrapped stubs?
>>
>> TIA,
>> Adrian.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org