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?

PHP: SOAP - Manual

More precisely:
PHP: SoapClient - Manual
PHP: SoapHeader - Manual
PHP: SoapVar - Manual