[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6516) wrong property name in SOAPClient
Viacheslav Kabanovich (JIRA)
jira-events at lists.jboss.org
Wed Jun 23 12:21:46 EDT 2010
[ https://jira.jboss.org/browse/JBIDE-6516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12536820#action_12536820 ]
Viacheslav Kabanovich commented on JBIDE-6516:
----------------------------------------------
We have now two options:
New->Webservices->SOAP Client
New->Webservices->SOAP Wise Client
Programmers guide for esb 4.6 and 4.7 describing SOAP Client action means org.jboss.soa.esb.actions.soap.wise.SOAPClient (*wise*) while description to this issue means org.jboss.soa.esb.actions.soap.SOAPClient, which is probably out-of-date for the latest esb versions. So, probably, the first action should be removed from menu and the second one is to be used.
SOAP Wise Client has properties 'operationName' and 'SOAPAction' which in UI are labeled as 'operation' and 'Soap Action'. By the way, Programmers Guide says about SOAPAction: 'The endpoint operation, now superceded by operationName'. So, creation wizard suggests input 'operation' and generates property 'operationName'.
> 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.x, 3.2.x
>
>
> 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