4 Replies Latest reply on Feb 24, 2012 4:30 AM by paul.robinson

    both  @SOAPBinding(style = SOAPBinding.Style.RPC)  and @HandlerChain(file = "/jaxws-handlers-server.xml") creating lot of confusion

    mymacin

      Recenlty I am working on Jboss 6 and Arjung transaction manager . when I tried to aplly @HandlerChain(file = "/jaxws-handlers-server.xml") and  @SOAPBinding(style = SOAPBinding.Style.RPC) annotation I am getting this exception.

       

       

      Error:but could not find matching RPC/Literal part 
      
      

       

      without these annotations everything workring fine.

      Is it mandatory to apply these two annotation for WS-Transaction?