Hi Chinthaka:

What do you wanna do exactly ? Do u wanna send a custom fault ? Then,

AxisFault fault = new AxisFault(code, reason, null, null);
throw fault;

I want the OM version of the SOAP envelope. I'm not in Axis2, I'm in Synapse (or other) code at this point, so throwing the fault won't help me.

--Glen

Reply via email to