Posted By:
Greco_DiPietro
Posted On:
Thursday, March 24, 2005 08:28 AM
I have a problem using Axis within a tomcat context. Standalone the class executes correctly and the rsponse is received, but once I place the same code within a servlet container I receive a null response.
Also standalone I was able to monitor the request using tcponitor, but through the servlet container the request seems to not be sent thus probably resulting in the null response.
Any ideas?
Thanks.