[
https://issues.apache.org/jira/browse/AXIS2-5297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sagara Gunathunga resolved AXIS2-5297.
---------------------------------------
Resolution: Fixed
I have tested both WSDL2JAVA command line tool and Axis2 codegen Ant task with
-ns2p option, in both cases it works perfectly according to documentation. I
resolve this issue because this is an invalid bug. If the user who filled this
issue could have ask this question on user list or forum he had a great chance
to get helps/samples but this is not the place to provide samples or point out
type mistakes on user scripts.
> -ns2p is not working fine. files are generating under wrong package.
> ---------------------------------------------------------------------
>
> Key: AXIS2-5297
> URL: https://issues.apache.org/jira/browse/AXIS2-5297
> Project: Axis2
> Issue Type: Bug
> Components: wsdl
> Affects Versions: 1.6.1
> Environment: eclipse , wondows 7 os, jibx1_2_3
> Reporter: rajat kumar
> Priority: Blocker
> Attachments: AXLAPI.wsdl, binding.xml
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> <target name="wsdl2javaclient">
> <!-- <delete dir="output" /> -->
> <java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
> <classpath refid="axis.classpath"/>
> <arg value="-d"/>
> <arg value="jibx"/>
> <arg value="-uri"/>
> <arg file="AXLAPI.wsdl"/>
> <arg value="-s"/>
> <arg value="-Ebindingfile"/>
> <arg file="binding.xml"/>
> <arg value="-ns2p"/>
> <arg file=" http://www.cisco.com=com.axl.client.add"/>
>
> </java>
> </target>
> files are generated under com.cisco.www.axlapiservice package. Please
> resolve this issue asap.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]