1 Reply Latest reply on Dec 9, 2009 3:03 PM by shadowcreeper

    How to run a Filter before the WebService to alter the SOAP

    shadowcreeper

      Would somebody please give me some pointers on how to setup an XML translation filter on POST?

      The idea is for the JBossWS stuff to see my translated XML to create its message from so the filter must run before the @WebService servlet.

      I am trying to get the JBossWS stuff to read RPC/encoded SOAP messages, and was thinking that I might be able to run the XML through a filter on POST to spit out RPC/literal XML that the JBossWS code could then understand.

      Thanks.
      -Shadow