Hello,
Can anyone point me a way to access WSDL webservices from a GWT client? Is that even possible?
Thanks!
Hello,
Can anyone point me a way to access WSDL webservices from a GWT client? Is that 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.