[PHP] Re: Has anyone created or called a Web Service from PHP? (SOAP)

2002-02-25 Thread George Whiffen
Yeah, From php, I've called paybox (http://www.paybox.de), which is a mobile phone based payment service. You exchange transactions with them via xml. They have their own cartridge for php, but it's just a perl rewrite and not very wonderful, so I rewrote most of it. The basic approach is

[PHP] Re: Has anyone created or called a Web Service from PHP? (SOAP)

2002-02-18 Thread Manuel Lemos
Hello, Eric wrote: I have a PHP webstore that I want to call my web service that is running on an IIS machine. The web service returns XML. Has anyone called or written a web service with PHP? http://phpclasses.upperdesign.com/browse.html/class/33/ -- PHP General Mailing List