javax.xml.soap.SOAPException: Message send failed: Connection timed out
718185Aug 19 2009 — edited Mar 6 2010I'm having trouble to use a third party web service. I build BPEL flow calling through a Partner Link a WS hosted on a JBoss Application Server.
The flow compiles and deployes perfectly, but when I try to run the BPEL process, I get this error message:
"exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out"
The BPEL server is hosted by Oracle OnDemand, and the Jboss is on my network. I've checked the availability of the WS on the Jboss with soapUI on my local network and I can reach the service just fine. I've also debuged network comunications through OnDemands firewall and there's connectivity.
Is there anything else i can use to check that the network is configured correctly???
Is there any report of incompatibility between these two technologies???
Does anyone have a clue???
I'm using Fusion Middleware v10.1.3.3.0. and JBoss 3.2.7.
Any comment would be really apreciated...
GVega