Re: [PHP] Soap / Wsdl Beginner
On 22 November 2010 13:38, bkrqpzef <bjornulf.frode@gmail.com> wrote:
>
> There it is :
> https://wspar51.april.fr/WSSante/WSSante.asmx?wsdl
>
> And some other informations : (I need only "Tarif" for the moment)
> https://wspar51.april.fr/WSSante/WSSante.asmx?op=Tarif
Based just on the wsdl file and the wsdl2php script, see the code at
[1] and [2]. Outputs [3].
Normally, I'd expect the request parameters to be populated a bit
differently - maybe as response to calls to a DB? My parameter classes
are all subclasses to an abstract Record class which has the ability
to populate any public properties in response to a resultset being
supplied. I suppose a sort of ORM, but not as complex.
Richard.
[1] http://pastebin.com/5zaDqmHx
[2] http://pastebin.com/wMqrV7Md
[3] http://pastebin.com/DyKWrAcQ
--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[PHP Home]
[PHP Users]
[Kernel Newbies]
[PHP Database]
[Yosemite]