| Author |
SOAP and auto WSDL writers
|
|
|
| Hi
Perl, .NET, Java all have automatic WSDL creation.
Does such a thing exist in PHP also?
| |
| Noodle 2006-10-30, 7:04 pm |
|
PP wrote:
> Hi
>
> Perl, .NET, Java all have automatic WSDL creation.
> Does such a thing exist in PHP also?
It depends on the development environment you use.
Zend Studio can do it. http://www.zend.com/products/zend_studio
| |
|
| > It depends on the development environment you use.
> Zend Studio can do it. http://www.zend.com/products/zend_studio
Sorry, I forgot to write that it is supposed to be something that will do to
at run-time.
| |
| Jerry Stuckle 2006-10-30, 7:04 pm |
| Tom wrote:
>
>
>
> Sorry, I forgot to write that it is supposed to be something that will do to
> at run-time.
>
>
>
Tom,
WSDL is static unless you edit the file. Why would you create this at
run time? When you compile is a good time to create it for compiled
languages like Java; for interpreted languages like PHP it's generally
either part of the editor (like Tom mentioned) or a separate program you
run against the source (which I don't *think* exists for PHP).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
| |
|
| > WSDL is static unless you edit the file. Why would you create this at run
> time?
I want something that creates the WSDL for me so that I don't have to do it.
Clients normally cache the file so the overhead is not much.
If it proves to be significat, I'll cache it myself and send that out.
I guess auto-WSDL is not ported to php yet :-(
| |
|
|
|
|