WebSite-PHP Framework PHP
Multi langues
Mode Ajax simple
Aucun HTML, aucun JavaScript
URL rewrinting
Envoi d'email
Sitemap - RSS - Web service
Télécharger le Framework WebSite-PHP maintenant
 


Loading
 


Simple Webservice client

Tutoriels

>

Tutoriel Webservice

>

Simple Webservice client


Helloworld-01-client: Tutoriel du composants Webservice du FrameWork PHP WebSite-PHP.

Simple Webservice client:

HelloWorld, Your Login !!!
Welcome, Your Login !!!


Retourner aux tutoriels du composants Webservice



Code source

Code source


Fichier: /pages/tutorials/webservice/helloworld-01-client.php

<?php
/* 
 * Use: http://YOUR_DOMAIN/tutorials/webservice/
 *         helloworld-01-client.html
 */

class Helloworld01Client extends Page {
    public function 
InitializeComponent() {
        
parent::$PAGE_TITLE "Simple Webservice client";
        
        
// Init webservice
        
$client = new WebSitePhpSoapClient(
                    
$this->getBaseLanguageURL().
                    
"/tutorials/webservice/".
                    
"helloworld-01-server.wsdl?wsdl");
        
        
// call web services methods
        
$client->setLogin("Your Login");
        
$hello $client->helloWorld();
        
$welcome $client->welcomeMessage("red");
        
$welcome html_entity_decode($welcome);
        
        
// display result message
        
$this->render = new WSPObject($hello"<br/>"
                            
$welcome);
    }
}
?>


Retourner aux tutoriels du composants Webservice


Share

 


Copyright © 2009-2024 WebSite-PHP Framework PHP
Accueil Documentation Télécharger Quick start Tutoriels Wiki Issue Tracker