1. In C:\xampp\php\php.ini enable extension=php_soap.dll extension=php_curl.dll 2. Create directory C:\xampp\htdocs\webservice 3. Copy files in to webservice directory 4. Change your browser settings - no caching pages. Internet | Internet Options | Browsing History | Settings |Everytime I visit the page 5 Start/Restart XAMP server. 6. examples of JSON and XML sites http://search.twitter.com/search.json?q=techportal Find the coordinates of a street address: http://where.yahooapis.com/geocode?q=1600+Pennsylvania+Avenue,+Washington,+DC&appid=YRmdP052 Find the street address nearest to a point: http://where.yahooapis.com/geocode?q=38.898717,+-77.035974&gflags=R&appid=YRmdP052 7. run examples CURL http://localhost/webservice/form.php calls curl_response.php login as tester press submit XML_REST http://localhost/webservice/form_rest_xml.php calls rest_xml_response.php WebService SOAP http://localhost/webservice/hello_client.php calls wsdl/hello_server.php uses wsdl/hello.wsdl JSON_REST http://localhost/webservice/form_rest.php http://localhost/webservice/form_rest2.php