Re: View Web Services Request String
Re: View Web Services Request String
- Subject: Re: View Web Services Request String
- From: "John Huss" <email@hidden>
- Date: Fri, 3 Aug 2007 14:27:20 -0500
Nevermind, I put this in Application and it worked:
public WOResponse dispatchRequest(WORequest aRequest) {
Application.log.debug( "Request: \n" + aRequest.contentString() );
return
super.dispatchRequest( aRequest );
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden