GWT and WebServices (wsdl)

后端 未结 1 999
攒了一身酷
攒了一身酷 2021-01-28 15:18

Can anyone point me a way to access WSDL webservices from a GWT client? Is that even possible?

Thanks!

相关标签:
1条回答
  • 2021-01-28 16:00

    Smart GWT has support for WSDL data sources.

    Other than that, you can always wrap the WSDL transactions in the usual GWT RPC on the server side and interface through that.

    0 讨论(0)
提交回复
热议问题