#1004: Marshalling of document/literal wrapped SOAP responses is broken
------------------------+---------------------------------------------------
Reporter: david | Owner: david
Type: defect | Status: closed
Priority: normal | Milestone: 1.0
Component: controller | Version: 1.0.0beta7
Severity: normal | Resolution: fixed
Keywords: | Has_patch: 0
------------------------+---------------------------------------------------
Changes (by david):
* status: reopened => closed
* resolution: => fixed
Comment:
Nevermind. They are. All is fine.
For the record: if you have a void return value (or an input argument),
then you need to define an empty element for this, e.g.:
{{{
#!xml
<wsdl:message name="doSomethingResponse">
<wsdl:part name="parameters"
element="tns:doSomethingResponse"></wsdl:part>
</wsdl:message>
<!-- ... -->
<xsd:element name="doSomethingResponse">
<xsd:complexType>
<xsd:sequence />
</xsd:complexType>
</xsd:element>
}}}
--
Ticket URL: <http://trac.agavi.org/ticket/1004#comment:3>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets