Database Adapter On SOA Application Always Return Read Time-Out Error
I have created a basic composite application consisting of a database adapter connected to a SOAP web service component via a mediator. The mediator has transformation as examplified according to the video tutorial link https://www.youtube.com/watch?v=ejhheR5BEyo .
My database adapter is well configured, but whenever I try to run a test via the enterprise manager, I get the error below
java.lang.Exception: oracle.sysman.emInternalSDK.webservices.util.SoapTestException: javax.xml.soap.SOAPException: Message send failed: Read timed out at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:1745) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:565) at oracle.sysman.emas.view.wsmgt.WSView.invokeTest(WSView.java:408) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:181) at com.sun.el.parser.AstValue.invoke(AstValue.java:289) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:304) at