Hi Deepal,
AxisOperation is abstract class so you can not call;
new AxisOperation();
Oh, I didn't notice that... sorry. :-)

So what you can do is create sub class of that , like InOutAxisOperation;
AxisOperation op = new InOutAxisOperation();

Axis2 has different implementation of AxisOperation for different MEP.
If you can pls have a look at;
org.apache.axis2.description.AxisOperationFactory;

Thank you,
bruno

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to