GWT Web Service Access

Is there a way to access a web service from GWT using WSDL? I used to try to use the generated classes from ws-import .... but then someone pointed out to me that GWT cannot handle all of Java, just a subset of it, so it will not understand the ws-import classes.

Thank you and welcome Krt_Malta p>

+5
source share
2 answers

GWT can access web services using RequestBuilder , which makes HTTP calls to the service and then accesses its response.

- SOAP, , RequestBuilder, XML. XML, , .

+3

Axis Client SOAP Web Service Call (WSDL Driven). WSDL plug-in, WTP/AXIS Webservice Spring Source Tool. GWT, .

+1

All Articles