Where does Websphere get the WSDL from?

纵饮孤独 提交于 2019-12-13 03:53:46

问题


I have a java application that has Web Services published using Axis.

With the latest release one of the service methods in the WSDL is wrong. It has a field in a complex type with double instead of an array of doubles.

I've checked the src WSDL and the generated classes like the data object and the binding stub, but they are all correct.

However, when I browse to the WSDL it is different.

I can see other differences. For example, the source is just a complex type with a sequence where the published version extends an abstract base.

So were is Websphere getting this other WSDL from?


回答1:


I expect the WSDL is being automatically generated using the Axis Java2WSDL tools. I believe you can choose to turn off the automatic generation or add some directives to generate the kind of WSDL you would prefer.



来源:https://stackoverflow.com/questions/238643/where-does-websphere-get-the-wsdl-from

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!