I have written a standalone Java app that calls a number of web services via Axis. I generated the clients using Apache's wsdl2java. The problem I am having is this: for each web service that is called from my client, Axis is logging messages to the log file that I have set up for our app on the server(log4j). As such, the log file is extremely large. Can someone tell me why this is happening and if there is a way to suppress Axis logging? Here is an example:
2006-12-11 09:27:12,351 - org.apache.axis.i18n.resource::handleGetObject(setMsgForm) 2006-12-11 09:27:12,351 - Setting current message form to: FORM_SOAPENVELOPE (currentMessage is now org.apache.axis.message.SOAPEnvelope) 2006-12-11 09:27:12,351 - Exit: SOAPPart ctor() 2006-12-11 09:27:12,351 - org.apache.axis.i18n.resource::handleGetObject(addBody00) 2006-12-11 09:27:12,351 - Adding body element to message... 2006-12-11 09:27:12,351 - Enter: Call::invoke() 2006-12-11 09:27:12,351 - MessageContext: setTargetService(UrnACHCreditService) 2006-12-11 09:27:12,351 - MessageContext: setServiceHandler(null) 2006-12-11 09:27:12,351 - org.apache.axis.i18n.resource::handleGetObject(targetService) Thanks very much, Bob ____________________________________________________________________________________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
