XBaya send duplicate SOAP headers to gfac-axis2
-----------------------------------------------
Key: AIRAVATA-99
URL: https://issues.apache.org/jira/browse/AIRAVATA-99
Project: Airavata
Issue Type: Bug
Components: XBaya
Environment: mac
Reporter: Lahiru Gunathilake
XBaya sends following SOAP message to gfac-axis2 while invoking echo
application which is having duplicate soap headers in it.
<?xml version='1.0' encoding='utf-8'?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<S:Header>
<wsa:To>http://140.182.151.136:8080/axis2/services/SimpleEcho</wsa:To>
<wsa:Action>http://www.wso2.org/typesinvoke</wsa:Action>
<wsa:MessageID>uuid:c1f39ed0-de0b-11e0-97b3-ab7dc389a5f5</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
</wsa:ReplyTo>
<lh:context
xmlns:lh="http://lead.extreme.indiana.edu/namespaces/2005/10/lead-context-header">
<lh:experiment-id>xbaya-experiment</lh:experiment-id>
<lh:event-sink-epr>
<wsa:Address>http://localhost:8080/axis2/services/EventingService</wsa:Address>
</lh:event-sink-epr>
<lh:user-dn>xbaya-user</lh:user-dn>
<lh:service-instance-id>SimpleEcho_invoke</lh:service-instance-id>
<lh:workflow-node-id>SimpleEcho_invoke</lh:workflow-node-id>
<lh:workflow-instance-id>b982482f_1538_46cf_8ced_7b68bdf0f8c2</lh:workflow-instance-id>
<lh:workflow-time-step>1</lh:workflow-time-step>
</lh:context>
<lh:context
xmlns:lh="http://lead.extreme.indiana.edu/namespaces/2005/10/lead-context-header">
<lh:experiment-id>xbaya-experiment</lh:experiment-id>
<lh:event-sink-epr>
<wsa:Address>http://localhost:8080/axis2/services/EventingService</wsa:Address>
</lh:event-sink-epr>
<lh:user-dn>xbaya-user</lh:user-dn>
<lh:service-instance-id>SimpleEcho_invoke</lh:service-instance-id>
<lh:workflow-node-id>SimpleEcho_invoke</lh:workflow-node-id>
<lh:workflow-instance-id>b982482f_1538_46cf_8ced_7b68bdf0f8c2</lh:workflow-instance-id>
<lh:workflow-time-step>1</lh:workflow-time-step>
</lh:context>
</S:Header>
<S:Body>
<n1:invoke xmlns:n1="http://www.wso2.org/types">
<echo_input>echo_output=Hi</echo_input>
</n1:invoke>
</S:Body>
</S:Envelope>
Lahiru
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira