|
Hi Jen;
This is possible in Axis2 , as you can see in
service.xml there should be one to one map into operation in service impl class
, but you can have multiple wsa-mapping to same operation.
if you put parameter with name "wsamapping" and the
value as what ever valid wsa-action
as an example
<operation name="echoVoid">
<parameter name="wsamapping"
locked="false">myOP1</>
<parameter name="wsamapping"
locked="false">myOP2</>
</operation>
Thanks,
Deepal ................................................................ ~Future is Open~
|
