#1065: SOAP support's document/literal wrapped marshalling cannot handle certain
empty structs
------------------------+---------------------------------------------------
 Reporter:  david       |       Owner:  david
     Type:  defect      |      Status:  new  
 Priority:  normal      |   Milestone:  1.0.1
Component:  controller  |     Version:  1.0.0
 Severity:  normal      |    Keywords:       
Has_patch:  0           |  
------------------------+---------------------------------------------------
 Some say a void arg or retval must look like:
 {{{
 #!xml
 <element name="myMethod" type="tns:VoidType"/>

 <complexType name="VoidType">
   <sequence/>
 </complexType>
 }}}
 others (.NET) do it like this:
 {{{
 #!xml
 <element name="HelloWorldResponse">
   <complexType />
 </element>
 }}}

 The latter cannot be handled by our support right now because it looks for
 the name of the return value to set on the wrapper object, but there isn't
 any, of course.

-- 
Ticket URL: <http://trac.agavi.org/ticket/1065>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to