xml serialization error in 10 minute tutorial
---------------------------------------------
Key: AIRAVATA-279
URL: https://issues.apache.org/jira/browse/AIRAVATA-279
Project: Airavata
Issue Type: Improvement
Components: XBaya
Affects Versions: 0.2-INCUBATING
Reporter: Suresh Marru
Fix For: 0.3-INCUBATING
Hi,
I ran both tutorials: 5 minute worked fine but 10 minutes failed fro usability
point of view: printing of XML shoudld be serialized not toString() or we get
"echo_input=name[value] namespace[] which makes sense for underlying XML [1]
but not for Message line ...
HTH,
Alek
[1]
<wor:invokingService infoModelVersion="2.6"
xmlns:wor="http://airavata.apache.org/schemas/workflow_tracking_types">
<wor:notificationSource wor:serviceID="a39ad225_60bc_44a1_9a60_57017909e70f"
/>
<wor:timestamp>2012-01-31T14:23:28.691-05:00</wor:timestamp>
<wor:description>echo_input=name[value] namespace[]</wor:description>
<wor:annotation />
<wor:request>
<wor:body>
<n1:invoke_InputParams
xmlns:n1="http://schemas.airavata.apache.org/gfac/type/EchoService/xsd">
<echo_input>
<value>Alek2</value>
</echo_input>
</n1:invoke_InputParams>
</wor:body>
</wor:request>
<wor:receiver wor:serviceID="EchoService_invoke"
wor:workflowID="a39ad225_60bc_44a1_9a60_57017909e70f" wor:workflowTimestep="0"
wor:workflowNodeID="EchoService_invoke" />
</wor:invokingService>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira