SOAP client using PHP

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
sreerajvr
Forum Newbie
Posts: 1
Joined: Tue Apr 19, 2011 5:58 am

SOAP client using PHP

Post by sreerajvr »

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?
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: SOAP client using PHP

Post by greyhoundcode »

An excellent place to start can be found here.
Post Reply