GWT and WebServices (wsdl)
Can anyone point me a way to access WSDL webservices from a GWT client? Is tha开发者_运维问答t even possible?
Thanks!
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.
精彩评论