Greetings,
I have a question regarding the axis2 configuration file. Within the "inflow" the transport phase is defined as:
<phase name="Transport">
<handler name="RequestURIBasedDispatcher" class="
org.apache.axis2.engine.RequestURIBasedDispatcher">
<order phase="Dispatch"/>
</handler>
<handler name="SOAPActionBasedDispatcher" class="org.apache.axis2.engine.SOAPActionBasedDispatcher
">
<order phase="Dispatch"/>
</handler>
</phase>
Why do the two handlers defined within the Transport phase have <order phase="Dispatch">?
Thanks for any help,
Corey