News Feed
Jobs Feed
Sections




News Archive
Katy's Homepage:
Automatic WSDL Generation in PHP 5
July 31, 2006 @ 05:52:09

One of the things that frustrates SOAP (and other web service) users is the creation of the WSDL files for their service. Learning a whole new "language" just to describe what they're offering seems silly, so the quest began for a method to automatically create this information based off of the service itself.

That's where this post on Katy's homepge comes in. It details updates Katy has made to a class offered by David Griffin called wsdl-writer-0.3.

There have been several attempts to write WSDL auto-generation code for PHP. They typically work by having the developer provide additional data about the types of each argument and return value to each web service defined, for example in comments or arrays.

All of the published solutions are rather limited. Perhaps the best attempt I found is David Giffin's wsdl-writer-0.3, but [it] has some major limitations as it stands. David unfortunately does not maintain wsdl-writer so I have decided to publish my modifications here.

She details the changes, noting updates to interoperability, new features (including native SOAP header support), and a few other bug fixes. A simple code example is also included, showing a sample web service class.

2 comments voice your opinion now!
automatic generation wsdl php5 wsdl-writer automatic generation wsdl php5 wsdl-writer


blog comments powered by Disqus

Similar Posts

DevShed: Introducing the Flyweight Pattern with PHP 5

ThinkPHP Blog: Extending class SoapServer (PHP5) for debugging

DotGeek.org: Free Hosting Goes Bingo!

Chris Hartjes' Blog: Namespaces in PHP? Why *wouldn't* you want them?

Nexen.net: PHP Statistics for January 2008


Community Events











Don't see your event here?
Let us know!


introduction podcast zendframework2 functional interview development community release conference code composer opinion series api unittest language tool testing framework example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework