Re: [PHP] Re: DocBlocking SOAP types.

2010-02-17 Thread Richard Quadling
On 16 February 2010 18:20, Nathan Rixham wrote: > Richard Quadling wrote: >> On 16 February 2010 16:41, Nathan Rixham wrote: >>> Nathan Rixham wrote: Richard Quadling wrote: > Hi. > > I want to docblock a set of properties to be xml primitive datatypes [1]. > > Considerin

[PHP] Re: DocBlocking SOAP types.

2010-02-16 Thread Nathan Rixham
Richard Quadling wrote: > On 16 February 2010 16:41, Nathan Rixham wrote: >> Nathan Rixham wrote: >>> Richard Quadling wrote: Hi. I want to docblock a set of properties to be xml primitive datatypes [1]. Considering that this is the correct type for the XML/SOAP/WSDL

[PHP] Re: DocBlocking SOAP types.

2010-02-16 Thread Richard Quadling
On 16 February 2010 16:41, Nathan Rixham wrote: > Nathan Rixham wrote: >> Richard Quadling wrote: >>> Hi. >>> >>> I want to docblock a set of properties to be xml primitive datatypes [1]. >>> >>> Considering that this is the correct type for the XML/SOAP/WSDL >>> communication, how do I "bypass" Z

[PHP] Re: DocBlocking SOAP types.

2010-02-16 Thread Nathan Rixham
Nathan Rixham wrote: > Richard Quadling wrote: >> Hi. >> >> I want to docblock a set of properties to be xml primitive datatypes [1]. >> >> Considering that this is the correct type for the XML/SOAP/WSDL >> communication, how do I "bypass" Zend_WSDL / Zend_AutoDiscovery so >> that these types go th

[PHP] Re: DocBlocking SOAP types.

2010-02-16 Thread Nathan Rixham
Richard Quadling wrote: > Hi. > > I want to docblock a set of properties to be xml primitive datatypes [1]. > > Considering that this is the correct type for the XML/SOAP/WSDL > communication, how do I "bypass" Zend_WSDL / Zend_AutoDiscovery so > that these types go through cleanly. I know that a