How to make a webservice in php? [closed]

2

I need to use it to query customer data.

How do I?

I have no experiences consuming services and need references.

    
asked by anonymous 21.03.2014 / 17:50

1 answer

7

@garssail

I'll give you some links to study that I'm sure will help you.

Building Web Service with php

Creating a Web Service with php in a few minutes

Introduction JSON and PHP (Web Services)

PHP Manual - Web Services

In the first two, they will explain how a web service works and shows how to create it using SOAP.

In the second, it shows how to work with the return of WebServices when returning a JSON

    
21.03.2014 / 17:55