[jboss-user] [JBossWS] - How can I print to log file input soap request and response?
nicvas
do-not-reply at jboss.com
Wed Mar 4 09:25:00 EST 2009
How can I print to log file input soap request and response?
For example:
@WebService( )
public class ARE_GetBanner {
@WebMethod(operationName = "GetBanner")
public GetBannerOutputData GetBanner(@WebParam(name = "inputdata")
org.isc.are.ws.GetBannerInputData inputdata) {
????log soap request????
--- my flow logic ---
????log soap response????
}
Who have any idea?
Thanks in advanced.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214918#4214918
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214918
More information about the jboss-user
mailing list