Using Sandpiper
Sandpiper is a utility service that makes it much easier to write a SOAP service in PHP, especially one that talks to Blackbird (or Apache ServiceMix). It supports the concept of multiple services on one machine, uses WSDL to make it easy to define (and publish) service endpoints, and shares the same libraries as Blackbird, making it easy for a Sandpiper service to connect to an ActiveMQ server via STOMP. It is intended to be used primarily to create SOAP-to-ESB interfaces.
[More coming soon!]