tags:

views:

73

answers:

1

simple soap program in php where i can send user name and password to soap server and it return Boolean value

+1  A: 

Well, I'm guessing you need to read about PHP/Soap, so go ahead and check PHP's Soapclient class and apple's soap php tutorial.

I highly recommend reading this FAQ

OneOfOne