Entrepreneur Geek

Nirav Mehta on life, technology and future

Archive for the ‘project management system’ tag

XPlanner PHP SOAP Client

without comments

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 »

Written by Nirav

December 26th, 2008 at 6:40 pm

Posted in PHP

Tagged with , , ,