Problem invoking webservice from within servlets service method.
KRUEGER MICHAEL
2004-04-21
I have to create iViews which are basically servlets running on the SAP webportal. The development environment is using Tomcat 3.3 and the SAP server Planet to execute servlets. My problem is now that my iView get's his information from a webservice based SDK, but tomcat seems to be blocking the soap http request to the webservice. On the iPlanet it works perfect with no code change, so I assume that there must be some configuration in Tomcat that I have to tweak, so that tomcat will allow a call to an ip address from within the service method of the servlet. Is that right? Does somebody know what I have to do?
I feel this is the right spot because I strongly feel that it's not an axis problem - again because it works on the iPlanet server without any changes.
Michael
The following error is generated by the axis library which I use to call the webservice from within my servlet. Can Tomcat 3.3 disallow socket connections?
--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)