SOAP - WSDL - client and server
  SOAP - WSDL - client and server
2D Graphics
3D Graphics
Web Design & Development
Business Applications
Business Development
Databases
Desktop Programming
Operating Systems
Video Editing
Miscellaneous
Newsletter
User Login
  • Username
  • Password
Stats
  • Tutorials: 39,018
  • Categories: 572

PHP Tutorials : SOAP - WSDL - client and server

SOAP is a Simple Object Access Protocol and it allows for a server to "talk" to a client over the internet once the client knows what functions (and the parameters attached to those functions) are present, this is exposed via the WSDL (Web Service Description Language). In PHP a way to generate the WSDL file on the file it is possible to do this with the Zend framework. (you can of course not use a WSDL and specify all of the function names and parameters by hand in the client, but I do not find that the best way of doing that unless you want to hide the server from other clients ?)
SOAP - WSDL - client and server  tutorial
    View Tutorial

Detailed Information

     Tutorial: SOAP - WSDL - client and server
     Date Listed: 2011-01-19
     Submitted By: CodeCaller
     Total Hits: 1019
     Rating Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97Tutorial Rating 2.97 (33 votes)

    Discuss Tutorial
    Comment On Tutorial
    View Tutorial
    Report Broken Link

 





© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 3 - Follow our Sitemap