]
Vlado Pakan closed JBIDE-6516.
------------------------------
Verified on JBDS 3.0.2.v201009161622R-H138-GA
wrong property name in SOAPClient
---------------------------------
Key: JBIDE-6516
URL:
https://jira.jboss.org/browse/JBIDE-6516
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: esb
Affects Versions: 3.0.0.GA
Reporter: jarkko Lietolahti
Assignee: Viacheslav Kabanovich
Fix For: 3.1.2, 3.2.0.M1
Attachments: SOAPClient_MenuAction.png, SOAPClient_Wizard.png,
SOAPClientFormEditor.png
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
Currently the JBoss Tools ESB editor generates "wrong" XML when editing
SOAPClient action:
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient"
name="test">
<property name="wsdl" value="test"/>
<property name="operation" value="testOperation"/>
</action>
</actions>
correct xml:
<actions>
<action class="org.jboss.soa.esb.actions.soap.SOAPClient"
name="test">
<property name="wsdl" value="test"/>
<property name="soapAction" value="testOperation"/>
</action>
</actions>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: