3 Replies Latest reply on Jan 16, 2008 4:38 AM by asoldano

    log xml messages

    ajanz

      Hello,

      i want to log the received xml messages from the webservice. but got no idea how.

      i am using netbeans 6.0 with a web service generated from an wsdl file.

        • 1. Re: log xml messages
          ropalka

          Hi,

          implement JAX-WS client handler. Tutorial is e.g. here:

          http://jbws.dyndns.org/mediawiki/index.php?title=Tutorials

          • 2. Re: log xml messages
            ajanz

            thank. i implemented a handler. it works fine.

            now i want to save the messages as xml files. i found sample code which uses org.jboss.ws.core.utils.DOMUtils to get TextContent of a node.

            where can i find that class? which jar file?

            • 3. Re: log xml messages
              asoldano

               

              "AJanz" wrote:
              thank. i implemented a handler. it works fine.

              now i want to save the messages as xml files. i found sample code which uses org.jboss.ws.core.utils.DOMUtils to get TextContent of a node.

              where can i find that class? which jar file?


              DOMUtil has been moved to org.jboss.wsf.common.DOMUtils and can be found in jbossws-common.jar