I'm not having much joy working out how web services work...
I'm want to send a receive data from a VB application, my web service will be written using PHP on my website.
From what I understand I need to use SOAP written in XML to do this, do I also need a WSDL file to work in with this?
I know how I can read a XML file and write one in PHP but how can I post info from a VB application and have my webservice read it and add it to my MySQL DB...
And help would be great :-)