2

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

3 Answers 3

4

There are:

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

Sign up to request clarification or add additional context in comments.

Comments

1

You want to try nuSOAP which you can get from here http://sourceforge.net/projects/nusoap/

Very easy as I had to create a PHP SOAP service and I didnt know PHP as I'm a C# .net person!

And just to add to that, as long as you implement the wsdl and SOAP methods correctly you should be fine. I had it working with .net with no trouble at all

Comments

-1

Sure...

https://www.php.net/manual/en/class.soapserver.php

There used to be an example in there somewhere... I couldn't find it though...

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.