SOAP client using PHP
Moderator: General Moderators
SOAP client using PHP
I want to create an application that accesses a webservice .A WSDL describes the webservice in question .I need to use SOAP to pass and receive messages from this webservice. This webservice uses authentication credentials .Can you please help me?
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: SOAP client using PHP
An excellent place to start can be found here.