We are running a java ee application on weblogic 12.1 that has a soap messaging component. We are having trouble with our soap responses and want to get more details so we can figure out exactly what is going wrong.
The problem is the raw http is not visible in the java component so it is difficult to figure out what is going wrong.
Is there away to get weblogic to log the raw http request/response including content and headers?
Note: technically it is a https request/response, we want to view it after it has been decrypted.
Thanks!