Journal
Saturday April 19, 2003
Keeping slim
Initially when I built web service connectivity into PHPObject, I used a 'what I thought was reasonably easy' syntax - create the object, specify the operation as a property, define the parameters to pass as another property, then 'execute()' it.
Shortly after, I thought of a better way (the three step method). I wasn't sure at that time whether this new method would work for the majority of web services out there though, so I kept the first method.
Now having tried out almost every RPC-style SOAP-based web services out there successfully, I have decided to keep PHPObject slim and drop the redundant code (to 'execute()' a web service).
Afterall, it is better to do this early now when there are so few PHPObject users (and even fewer obstinately using the difficult way), right?
Posted by sunny at April 19, 2003 03:45 PM
|
Comments
Post a comment
|
