2

Possible Duplicate:
GWT and WebServices (wsdl)

I have a project which contains Apache CXF web service and Spring 3.0 on the server side. I use gwt framework at client side and i want to call directly my web service from gwt. So i need a generator to generate gwt client side code from wsdl. Is there any solution or technic to generate gwt classes?

Community
  • 1
  • 1
Gok
  • 21
  • 2

1 Answers1

0

There is no built in or supported standard solution for calling SOAP services from client side GWT. You could look at this question but there don't seem to be any easy answers. The most standard and supported solution would be to develop a GWT server-side interface alongside your SOAP interface.

Community
  • 1
  • 1
Pace
  • 41,875
  • 13
  • 113
  • 156