gwt call from ,java to php web service

2008-09-23 Thread cloclo
Hi everybody, I'd love to be able to call a PHP web service from gwt tool library. Ususally it's rather easy to call from java a PHP web webservice. ... import org.apache.axis.client.*; Service service = new Service(); Call call = (Call)

Re: GWT with AXIS

2008-09-23 Thread cloclo
Hello, I'm trying to do more or less the same stuff. The problem is how to make the GWT able to translate a simple call like this: -- import org.apache.axis.client.*; Service service = new Service(); Call call = (Call) service.createCall(); etc... - When I try to

call a PHP web service from gwt toollibrary

2008-09-23 Thread cloclo
Hi everybody, I'd love to be able to call a PHP web service from gwt toollibrary. Ususally it's rather easy to call from java a PHP web webservice. ...import org.apache.axis.client.*; Service service = new Service(); Call call = (Call) service.createCall(); ... etc But the gwt compiler does't