Can we change the ladon rtype name of 'result' to something else like 'data'

Asked by Alfredo Gonzalez

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?

Question information

Language:
English Edit question
Status:
Answered
For:
ladon Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
jsgaarde (jakob-simon-gaarde) said :
#1

The only way to change that is by changing the source code of the soap interface.
Best regards Jakob Simon-Gaarde

Can you help with this problem?

Provide an answer of your own, or ask Alfredo Gonzalez for more information if necessary.

To post a message you must log in.