← Back to team overview

ladon-dev-team team mailing list archive

[Question #254055]: Can we change the ladon rtype name of 'result' to something else like 'data'

 

New question #254055 on ladon:
https://answers.launchpad.net/ladon/+question/254055

ladon automatically generates the WSDL based on the ladonize methods. That works well. But I have a requirement to send as a response the following:
...
<xs:complexType>
<xs:sequence>
<xs:element name="data" type="xs:string" />
</xs:sequence>
</xs:complexType>

ladon will actually return the following:
<xs:complexType>
<xs:sequence>
<xs:element name="result" type="xs:string" />
</xs:sequence>
</xs:complexType>

Is there a way I can change the name from result to data?


-- 
You received this question notification because you are a member of
Ladon Developer, which is an answer contact for ladon.