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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to