0 Replies Latest reply on Feb 21, 2012 10:11 AM by mymacin

    @SOAPBinding(style = SOAPBinding.Style.RPC)  creating lot of confusion

    mymacin

      @SOAPBinding(style = SOAPBinding.Style.RPC)  creating lot of confusion

       

       

      Recenlty I am working on Jboss 6 and Arjuna 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?