Read timed out error while invoking BIP report from OIC
Summary:
We are trying to invoke BIP report in pdf output from OIC, report invocation is taking 5 minutes and after that it errored out with below error:
javax.xml.ws.WebServiceException:Error while dispatching SOAP message to the endpointhttps://iaaicp.fa.ocs.oraclecloud.com:443/xmlpserver/services/v2/ReportService:javax.xml.soap.SOAPException:javax.xml.soap.SOAPException: Message send failed: Read timed out
sample request payload:
<nsmpr0:runReport xmlns:nsmpr0="http://xmlns.oracle.com/oxp/service/v2" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:nstrgmpr="http://xmlns.oracle.com/types/RRLCallOSPReport/1698837318420/OutboundSOAPRequestDocument"> <nsmpr0:reportRequest> <nsmpr0:attributeFormat>pdf</nsmpr0:attributeFormat> <nsmpr0:parameterNameValues> <nsmpr0:listOfParamNameValues> <nsmpr0:item> <nsmpr0:name>P_SHIPMENT_NUM</nsmpr0:name> <nsmpr0:values> <nsmpr0:item>226005</nsmpr0:item> </nsmpr0:values> </nsmpr0:item> <nsmpr0:item> <nsmpr0:name>P_Work_Order</nsmpr0:name>
Tagged:
0