[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6516) wrong property name in SOAPClient

jarkko Lietolahti (JIRA) jira-events at lists.jboss.org
Tue Jun 22 07:56:46 EDT 2010


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
            Reporter: jarkko Lietolahti
            Assignee: Brian Fitzpatrick


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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list