The SOAP request that I am trying to make works fine in SOAPUI but when I run it in my java application I get the following error message:
SEVERE: SAAJ0008: Bad Response; Gateway Timeout
Exception in thread "main" com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Bad response: (504Gateway Timeout
I copied the xml that my java application creates into SOAPUI and it works. I have also tried solutions I have found including updating the proxy and port in Java and I have confirmed the endpoint URL is correct. Unfortunately I cannot provide my code or xml request. Any idea where I might be going wrong?