For Programmers: Free Programming Magazines  


Home > Archive > PHP Programming > October 2006 > SOAP and auto WSDL writers









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author SOAP and auto WSDL writers
PP

2006-10-30, 7:04 pm

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

Tom

2006-10-30, 7:04 pm

> 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
==================
Tom

2006-10-30, 7:04 pm

> 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 :-(



R. Rajesh Jeba Anbiah

2006-10-30, 7:04 pm

Tom wrote:
>
> 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 :-(


Possibly <http://pear.php.net/package/SOAP/>
<http://talks.php.net/show/soap-phpcon-ny2003/70>

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2010 codecomments.com