> http://us.php.net/soap
The PHP 5 Soap extension is relatively easy to use, once you can get past the sparse documentation. However, I found that it lacked certain control (especially over xml namespaces) and have had to abandon it for consuming a service published internally by our Java Team. So if you find that ext/soap isn't doing it for you, I recently found this: http://wso2.com/products/wsfphp/ I haven't fully vetted this component yet, but it seems to overcome some of the issues I've had with ext/soap and may be worth a look if ext/soap is failing to produce a proper request packet for you. -- Eric Marden
