Archive for September, 2007

Creating a Web Service with PHP 5

Thursday, September 27th, 2007

This is part of my notes while trying to create a Web Service in PHP to be consumed by a SWF application written in ActionScript 2.0.
It is not intended to be the absolute truth, but a log of the things I’ve done to get it working.
First of all, I need to find out How to create a WebService with PHP 5
Read the rest of this entry »

Sending SOAP Headers with ActionScript 2.0

Sunday, September 2nd, 2007

This is part of my notes while I’m trying to create a Web Service in PHP to be consumed by a SWF application written in ActionScript 2.0.
My web service is still under development and I need a way to authenticate users. I read about SOAP headers that can be sent with each SOAP call. These headers may contain authentication details (e.g: username, password).
Read the rest of this entry »