Need php5 soap example dealing with complex types

Need php5 soap example dealing with complex types

am 30.10.2007 15:13:12 von ctalkobt

I've found a large number of PHP5 soap server and client examples on
the web and am familair by now of how to setup / configure / implement
my own service.

The issue I'm having is how to pass and define complex types through
the wsdl -- I'm hoping to have nusoap (mod'd for php5) or regular php5
soap use reflection to generate the wsdl for me (wanting to avoid
another language / syntax).

If the answer does turn out to be, 'Learn wsdl' - can anyone point me
to some good resources on this type of thing?

Thanks,

- Craig Taylor

Re: Need php5 soap example dealing with complex types

am 31.10.2007 07:25:32 von Jackie Silva

i was able to use some of the classes for auto-wsdl creation from brainbell

http://www.brainbell.com/tutorials/php/Creating_A_Web_Servic e_With_PHP_5's_SOAP_Extension.htm

"Craig Taylor" wrote in message
news:1193753592.090856.188710@19g2000hsx.googlegroups.com...
> I've found a large number of PHP5 soap server and client examples on
> the web and am familair by now of how to setup / configure / implement
> my own service.
>
> The issue I'm having is how to pass and define complex types through
> the wsdl -- I'm hoping to have nusoap (mod'd for php5) or regular php5
> soap use reflection to generate the wsdl for me (wanting to avoid
> another language / syntax).
>
> If the answer does turn out to be, 'Learn wsdl' - can anyone point me
> to some good resources on this type of thing?
>
> Thanks,
>
> - Craig Taylor
>

Re: Need php5 soap example dealing with complex types

am 31.10.2007 14:11:44 von Steve

"Jackie Silva" wrote in message
news:13ig7v1qd3fb0aa@news.supernews.com...
> "Craig Taylor" wrote in message
> news:1193753592.090856.188710@19g2000hsx.googlegroups.com...
>> I've found a large number of PHP5 soap server and client examples on
>> the web and am familair by now of how to setup / configure / implement
>> my own service.
>>
>> The issue I'm having is how to pass and define complex types through
>> the wsdl -- I'm hoping to have nusoap (mod'd for php5) or regular php5
>> soap use reflection to generate the wsdl for me (wanting to avoid
>> another language / syntax).
>>
>> If the answer does turn out to be, 'Learn wsdl' - can anyone point me
>> to some good resources on this type of thing?
>>
>> Thanks,
>>
>> - Craig Taylor
>>
>
>
>i was able to use some of the classes for auto-wsdl creation from brainbell
>
> http://www.brainbell.com/tutorials/php/Creating_A_Web_Servic e_With_PHP_5's_SOAP_Extension.htm

and you were also able to top-post with the best of them. it's annoying.
please don't do it.