PHP Web Service with SOAP

apiPHPsoapweb serviceswsdl

I realize it's possible to create a PHP Web Service using SOAP, however, are there classes within PHP that make this easier than hand creating the SOAP messages?

I want to use php has a webservice using wsdl

with this link

https://qa-api.ukmail.com/Services/UKMAuthenticationServices/UKMAuthenticationService.svc?wsdl

to integrate uk mail api in to my php web application

but dont now how to do it ?? any help

Best Answer

There are:

They should all interoperate fine with .NET - it's just XML after all...