>
>
>
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@attgl obal.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.
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 :-(
Comment