My SEAM web application running in JBOSS-AS 4.2.3 has a regular SOAP call for a web service using SOAPConnection.call (). The call ends org.jboss.remoting.CannotConnectException: Unable to connect http client-client. Invalid HTTP server response [502] - Bad Gateway .
Running the same code outside of JBOSS as a pure Java application works fine.
So the question is: is there anything in JBoss that I have to configure in order to get the job to work?
thanks for the answers, Frank
source
share