WebLogic auto-generates the servlet component of the Web Service (the component that handles the
SOAP request). I don't remember if they output source with it so it might be difficult, and definitely undesirable, to modify this servlet code. You could use a filter on that servlet to get to the request before it is processed though.
It would probably help if you explained your problem and what you are trying to accomplish in more detail.