Using a nusoap webservice with php
It’s not the easiest thing in the world. But like most programming stuff I think once you have done it a few times it becomes easier and easier.
Basically it involves writing web service in some language that can actually be accesses over the internet. My language of chose is PHP and since I run PHP on my web server I wrote the web service using nusoap. It’s basically just a class that allows you to interact with apache, xml, and some other connecting agent.
In my case I used C# as the connecting agent. It worked very well when adding the web service for the objects written in PHP. It’s pretty awesome to be honest.
Here’s a better idea you will need to download these two files to see what I used:
http://propertymanagementtool.com