Writing a SOAP server
Hello everyone. I have a web service sort of like a gallery written in PHP, and I'd like to make it externally accessible to use in other remote applications. I was thinking of using the SOAP protocol, but it's hard to find how to write a SOAP server in PHP (everything I can find is making a SOAP client.)
Anyone that could point me to a tutorial, give me a simple example, or point me to another protocol that's easier to write for (XML-RPC) would be great help. Thanks!
P.S. This will all be for internal use, so functions don't need to be exposed, and such.
X-Posted to
php.
Anyone that could point me to a tutorial, give me a simple example, or point me to another protocol that's easier to write for (XML-RPC) would be great help. Thanks!
P.S. This will all be for internal use, so functions don't need to be exposed, and such.
X-Posted to
php.