Consuming a .NET webservice

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rrhandle
Forum Newbie
Posts: 10
Joined: Thu Jan 01, 2004 1:51 pm
Location: Wisconsin

Consuming a .NET webservice

Post by rrhandle »

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_ ... _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
Post Reply