I have built a class with PHP using nusoap to connect to the Method API and it works great.
I then used nusoap to build my own webservice which I can connect to and retreive information from. Just not with Method.
I have found my way to the Web Service Test Evironment and tested the webservice that I set up.
This is the url the test said it was trying to use: http://dev1.myrestoration1dev.com/mrlwebservice/hello?firstName=Ryan&LastName=Moultrup&
How doe method make calls to a web service via an action?
If Method just calls the url with the parameters on the end I can always use a script to just pick it apart and do whatever action but that kinda defeats the purpose of having a web service.
Thanks,
Ryan