ArrayOfXXX class out of soap input param of array type

試著忘記壹切 提交于 2019-12-05 19:19:02

I would switch from Code first to a Contract first approach which means start with the WSDL and generate a stub using wsdl2java from it. This way you can ensure that the WSDL looks like the way you want.

If you want to stick to the current approach, the easiest way to achieve a wrapper is probably to introduce another class.

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