> Hi, > > I have a modified version of the Logging module MAR for logging the xml > of sent and received messages in my services. The service side > is logging the messages without problems. The client side > is logging the outbound request but not the inbound replay. > Did you engage the logging module to both the client side and the server side ?
As I can see you have client server communication, so you need to engage the same module for both the side. Thank you! Deepal > I have two services, A and B. A is acting as a client > to B. A sends a request to B and B returns a replay. > The A outbound request is logged by the logging MAR OK. > The B inbound request is logged OK. > The B outbound response is logged OK. > The A inbound response is never logged. > > Messaging is synchronous. Transport is HTTP. > > I would assume that since the B service logs for both > inbound and outbound that the phases setup in the axis.xml > file is correct. > > Can anyone tell me if this is known/expected behavior? or > what to look at. > > I would be happy to supply code and config files if that would help. > > Thanks! > > leon > > -- Thank you! http://blogs.deepal.org
