by Doug Stevens.
I'm using soap Client in php command line to pull students from an mssql table in our student database and using it to sign students into courses. It also populates their profile page and adds parents. It works well, but any time a change is made it takes way too much time to debug. I like the idea of myddleware to send data both directions.