Hi Guru,
We are doing EBS to OTM integration.
As a process we deployed all the seeded BPELs into new domain.
But, when seeded BPEL process trying to access OTM Integration servlet, we are getting the following issue.
The bpel is using the http post and it is trying to access the following URL
"http://afsmlnx04.rheem.com:8050/GC3/glog.integration.servlet.WMServlet"
and we are getting the following error
"<fault> - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension"> - <part name="summary"> <summary> com.collaxa.cube.ws.wsif.providers.http.WSIFOperat [email protected] : Could not invoke 'process'; nested exception is:
java.net.ConnectException: Connection refused
</summary>
</part>
- <part name="detail"> <detail>java.net.ConnectException: Connection refused</detail>
</part>
</bindingFault>
</fault>
It seems the http servlet is rejecting the request.
Please guide me to resolve that issue.
Thanks in advance,
Mahesh G.
We are doing EBS to OTM integration.
As a process we deployed all the seeded BPELs into new domain.
But, when seeded BPEL process trying to access OTM Integration servlet, we are getting the following issue.
The bpel is using the http post and it is trying to access the following URL
"http://afsmlnx04.rheem.com:8050/GC3/glog.integration.servlet.WMServlet"
and we are getting the following error
"<fault> - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension"> - <part name="summary"> <summary> com.collaxa.cube.ws.wsif.providers.http.WSIFOperat [email protected] : Could not invoke 'process'; nested exception is:
java.net.ConnectException: Connection refused
</summary>
</part>
- <part name="detail"> <detail>java.net.ConnectException: Connection refused</detail>
</part>
</bindingFault>
</fault>
It seems the http servlet is rejecting the request.
Please guide me to resolve that issue.
Thanks in advance,
Mahesh G.
Comment