Hi,
I am trying to solve the last little bit to get all my pieces to fit together.
I have to communicate with a webservice which handles several diffent methods.
For testing I was sent a small python script which takes the xml file and sends it to the webservice - something like this:
Server.Methodname(XmlFile)
XmlFile is a variable holding the xml content.
I have now tried a broad variaty of differnt PHP XML RPC libs, and can't seem to do the same. Anyone know how?