Are you using a “wrapper” service to extract the payload from the SOAP message and then invoke your exposed service or is everything in one place? If yes, add a pub.soap.utils:soapDataToString call at the top of that service and then write that to the console.
Dial the IS logging back down to a reasonable level of 4 or 5. Going past that probably won’t help much and can even hide the error messages that you want to focus on.
Firewalls, don’t typically modify contents of messages, so that does not seem to be a likely source of the problem.
Can you reach the IS admin console from a browser on the box hosting the Weblogic server using the same port as your web service would use? If not, there’s a network issue somewhere.
Mark
#webMethods#soa#API-Management