the naive approach is to use a listener at the tcp level. A bridge between your nodes that will log and then pass on. TrivialProxy can do this.
On 16 November 2010 10:27, Jason Purcell <[email protected]> wrote: > Good day, > > I am using javax.jws.* annotations to create a web service. > > How do I log incoming and outgoing XML? > > I know how to do it with a SOAP handler when consuming a web service, but > not when I am the one providing the service. > > I tried using a filter servlet, but the code inside it isn't called. > > Kind regards, > Jason. > > > -- > You received this message because you are subscribed to the Google Groups > "CTJUG Tech" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<ctjug-tech%[email protected]> > For more options, visit this group at > http://groups.google.com/group/CTJUG-Tech?hl=en > For Cape Town Java User Group home page see http://www.ctjug.org.za/ > For jobs see http://jobs.gamatam.com/ -- see my blog: http://analysis102.blogspot.com http://audiblethoughts.blogspot.com http://outsideofficehours.blogspot.com -- You received this message because you are subscribed to the Google Groups "CTJUG Tech" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/CTJUG-Tech?hl=en For Cape Town Java User Group home page see http://www.ctjug.org.za/ For jobs see http://jobs.gamatam.com/
