开发者

ExtensionMapper.java in Axis2

开发者 https://www.devze.com 2023-03-19 13:25 出处:网络
i am facing problem whenever i am running my wsdl2java the ExtensionMapper class is generating in different different packages.

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 t开发者_如何学Gohis 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 -ns2p to map namespaces to java packages. or namespaceToPackages="${nameSpace}=${nsPackage}" in if using ant task


We have a similar problem with axis2 1.6 even though we are using the namespace2java option. We build it from the command line instead of ant. This was not a problem with our previous axis2 versions (1.5, 1.5.1). Not sure what has changed to cause this mapperclass not be matched to the namespace "http://www.w3.org/XML/1998/namespace".

However it seems to be only the case on some of our code..not all of it. That is some mapperclasses are packaged correct, but others aren't.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号