hi guys, How can one obtain the exact SOAP style from a MessageContext instance? I am currently doing this:
mc.getAxisOperation().getStyle() ; but it returns either "rpc" , "msg" , or "doc", as it can be seen from the code. What about the additional literal / lit wrapped , etc? Thanks. Regards, Angel
