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

Re: call a PHP web service from gwt toollibrary

2008-09-23 Thread walden
(like RequestBuilder/JSON or GWT RPC)? Walden On Sep 23, 3:50 am, cloclo [EMAIL PROTECTED] wrote: 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