Can we call multiple services one after another as part of controller 
request-map entry

    <request-map uri="createPracticePersonJavaEvent">

        <security https="false" auth="true"/>

        <event type="java" path="org.hotwax.mypractice.PracticeEvents" 
invoke="createPracticePersonJavaEvent"/>

       <event type="java" path="org.hotwax.mypractice.PracticeEvents" 
invoke="createPracticePersonJavaEvent1"/>

        <response name="success" type="view" 
value="CreatePracticePersonEventJ"/>

        <response name="error" type="view" value="CreatePracticePersonEventJ"/>

    </request-map>

The xsd allows this, but what should the first service return for the second 
event to be called.  And how will this work if the first event is of type 
“simple”

============================================================================================================================Disclaimer:
  This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at <a 
href="http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html</a>
 externally and <a 
href="http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html</a>
 internally within Tech 
Mahindra.============================================================================================================================

Reply via email to