Archive for the ‘SOAP’ tag
XPlanner PHP SOAP Client
I am working on a project management system and want to build a Mylyn plugin such that all tasks from the PMS show up in Eclipse / Aptana. I want to adapt Extreme Programming model of Iterations – User Stories and Tasks. XPlanner does this really well, and Mylyn already has an XPlanner connector.
So I want to keep the same XPlanner API and hook that up with my PMS! (Don’t have time / skills to build a new Mylyn connector yet!)
XPlanner has a SOAP client in PHP, but that’s written in NuSOAP. PHP’s SOAP support uses a different convention for web services. Here’s a simple XPlanner SOAP client for PHP (right after the jump!)
Read the rest of this entry »
