Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
Saturday, April 16, 2011
Zend - Consuming Web Service
Here's a code on how to consume a web service from a SOAP server. read more one
http://www.phpriot.com/articles/zend-soap/6
file: hello.php
<?php
require_once "Zend/Soap/Client.php";
$client = new Zend_Soap_Client("http://localhost/webservice.php?wsdl");
echo $client->getDate();
echo $client->getAgeString('Lady Gaga', 24);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment