I am a ASP developer who has a client wishing to consume my webservice. The client's site is coded in PHP, and running on a Unix server. After days of trying to learn PHP, XML_RPC, NuSOAP, and PEAR, I admit I am lost.
I create a simple test webservice hoping one of you PHP gurus could show me how to consume it.
The webserviec is located at:
http://www.astro-matchmaker.com/aspnet_sample/Simple_Test.asmx
NameSpace is: ns.www.astromatchmaker.com
Class name is: Simple_test
Method name is: test
The method takes two parameters: strFirstName, strLastName
The method returns a string.
Any help would be greatly appreicated!
Thanks, Rob