I've used Dietrich's SOAP implementation for PHP and have been able to use only with specific type of webservices (<soap:binding style="rpc"...> and <soap:body use="encoded"...>). Unfortunately your service has style="document" and use="literal", so I'm not sure about it.
It can be found at: http://dietrich.ganx4.com/nusoap/index.php cheers, thalis On Wed, 26 Jun 2002, Laurent Drouet wrote: > > Hi the ML > > I would like to know if there is a way to request data from a web services > for example http://glkev.net.innerhost.com/glkev_ws/Currencyws.asmx > using php without java ? > > If yes do you have some examples ? > > > regards > > Laurent > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php