Hide Forgot
Date of First Response: 2007-12-17 14:40:20 project_key: SOA 1. 'sendjms' ant task shouldn't be in build.xml 2. readme.txt: org.jboss.soa.esb.actions.soap.SOAPClient This class is used to make the call to the webservice. It will take the parameters that MyRequestAction set in "paramsLocation", call the webservice, then place the response in "responseLocation". This is zero Java code ESB wiring in jboss-esb.xml. This is not the case in this QS. The SOAPClient takes the WS params from the default lcoation, and puts the response also there. 2 properties would need to be added to the SOAPClient to have this behavior: <property name="get-payload-location" value="paramsLocation" /> <property name="set-payload-location" value="responseLocation" /> Also both action classes, MyRequestAction and MyResponseAction, would need to be changed to get/set the WS params from/to these locations.
Link: Added: This issue is a dependency of JBESB-1409
Fixed in ESB CP branch revision 17290.
Also reopened JBESB-1409
Fixed in CP branch. drseuss:webservice_consumer2 tcunning$ svn commit readme.txt Sending readme.txt Transmitting file data . Committed revision 18055.
verified in RC2 in both, standalone and platform