Get 502 bad gateway error when calling webservice

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

+3
source share

Source: https://habr.com/ru/post/1742973/


All Articles