In a quick post to his blog, Rob Richards shares two scripts he's created for working with WS-Addressing in PHP.
It's not very difficult to implement, but I threw together a library for anyone else that might need to leverage it.
- WS-Addressing Library: soap-wsa.php
- WS-Addressing Example: soap-wsa-example.php
The scripts have only been tested for a SOAP client side/.NET service combination. He also explains why the support he gives (like these scripts) is only for the client and not the server side of things.