[
https://jira.jboss.org/jira/browse/JBESB-2455?page=com.atlassian.jira.plu...
]
Joakim Sandström updated JBESB-2455:
------------------------------------
Attachment: SoapUIClientService-attributes.patch
Added support for attributes in ws request to SoapUIClientService and JUnit
Patch contains the following files:
services/soapui-client/src/main/java/org/jboss/soa/esb/services/soapui/SoapUIClientService.java
services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/SoapUIClientServiceMBeanUnitTest.java
services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/CustomerOrder.xsd
services/soapui-client/src/test/java/org/jboss/soa/esb/services/soapui/RetailerCallback.wsdl
SoapUIClientService does not populate request attributes
--------------------------------------------------------
Key: JBESB-2455
URL:
https://jira.jboss.org/jira/browse/JBESB-2455
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.4 CP2, 4.5
Reporter: Joakim Sandström
Attachments: SoapUIClientService-attributes.patch
SoapUIClientService only appears to handle population of text elements and not the
attributes.
expected request:
<soapenv:Body>
<ns:updateCustomer customerId="124343">
<ns:name>
<ns:firstName>FIRSTNAME</ns:firstName>
actual request:
<soapenv:Body>
<ns:updateCustomer customerId="?">
<ns:name>
<ns:firstName>FIRSTNAME</ns:firstName>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira