Hi,
I am trying to pass the -exsh true arg for wsdl2java using the maven plugin
But it doesn't seem to work as expected. When I run wsdl2java from command
line, it generates the soapheader (header=true) parameter in the service port
but when I use the plugin by passing in like this it doesn't generate the
soapheader (that is mentioned in the wsdl):
<wsdloptions>
...
<extraargs>
<extraarg>-exsh</extraaarg>
<extraarg>true</extraaarg>
</extraargs>
</wsdloptions>
Is this the correct way to pass the args or there is a problem with the
cxf-maven-plugin?
Any help will be very much appreciated.
Thanks,
Sadhana