rajat kumar created AXIS2-5297:
----------------------------------

             Summary: -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


<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]

Reply via email to