gSoap shared data types between interfaces

六月ゝ 毕业季﹏ 提交于 2019-12-05 01:25:34

Last I worked with gSOAP (2008?), it didn't offer any flexibility with shared structures. I can't comment if it's possible today in 2013.

However, as a quick workaround, you can try merging 2 WSDLs into one (e.g. as a part of the build), and then generating a unified SOAP stack.

You already have two possible solutions: 1. Use namespaces and deal somehow with the formally different data types. 2. Merge WSDL files and run gSOAP compiler only once against the result.

I spent several weeks in 2015 trying to find a better solution, but there was not any.

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