Re: [PHP-SOAP-DEV] WSDLGenerator
Status: Alpha
Brought to you by:
rodif_bl
From: brad l. <rod...@ya...> - 2002-04-30 18:11:40
|
The WSDLGenerator isn't even close to done yet... I was looking at that last night. I think i want to incorperate that directly into the ext/soap module without having an external php script. I was looking at pear/PECL/phpdoc that is a c-level script parser that will allow me to what i am talking about. This might take a while to incorperate. But here is a suggestion.. If you are familure with Java. goto http://www.themindelectric.com/ and download their glue product. This product comes with a java2wsdl. You can create a dummy class and generate a wsdl against it then just use that for you php-soap server. here is an example. mytest.java public interface mytest { String getValue(); void setValue(String value); } compile that java code and run java2wsdl mytest it will create a wsdl for you. change the endpoint to point to your php-soap server. I know it's a hack but it does work. When php-soap starts generating wsdl's it is going to be soley dependant on the user documenting their code. phpdoc style. Otherwise the wsdl generator can't know types and parameters. I might make WSDLGenerator wizard but then it won't be able to generate the WSDL's on the fly. This is a pretty big part of the project and i do understand that it NEEDs to be incorperated. I just need to come up with a good way to do it. I currently am gettin rid of some memleaks and a segfault i found last nite. The wsdl generation is next on my plate. _brad_ --- phpsurf <ph...@if...> wrote: > I cannot get out of the WSDLGenerator ! > do you have any "tutorial" to start with ? > or just some advice ? > > thx > > ______________________________________________________________________________ > ifrance.com, l'email gratuit le plus complet de l'Internet ! > vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... > http://www.ifrance.com/_reloc/email.emailif > > > > _______________________________________________ > Phpsoaptoolkit-development mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpsoaptoolkit-development __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com |