i am facing problem whenever i am running my wsdl2java the ExtensionMapper class is generating in different different packages.
Example :First time ran the wsdl2java
result : ExtensionMapper.java generated in
com.acis.webservice.result
Example:Second time ran the wsdl2java
result :ExtensionMapper.java generated in `
com.acis.webservice.status
Now this tedious for each run the file shifting its position and my problem is difficult to maintain a SVN version for the same file.
This is because the namespace of the schema in the wsdl you use changes. Use
-ns2pto map namespaces to java packages. ornamespaceToPackages="${nameSpace}=${nsPackage}"in if using ant task