Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Reg :- SOA Internal Call Failing

Hi All,
I am facing issue while invoking the SOA application.
Scenario :- When one SOA service call another SOA service internally i am getting below error.
<bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricException: oracle.fabric.common.FabricException: Error in getting XML input stream: http://soacmicprod.oracleoutsourcing.com/soa-infra/services/aurion/RefreshEmployeesWorkTable/refreshemployeesworktable_client_ep?WSDL: Unsupported protocol: https': Error in getting XML input stream: http://.............soa-infra/services/aurion/RefreshEmployeesWorkTable/refreshemployeesworktable_client_ep?WSDL: Unsupported protocol: https'</summary></part><part name="detail"><detail>Unsupported protocol: https'</detail></part></remoteFault></bpelFault>
Did Redeployment but still getting same error.
Can anyone has any idea or faced such a error.
Thanks
Dilip Chaudhari
Answers
-
Hi,
A few observation's:
- The URL 'http://soacmicprod.oracleoutsourcing.com/soa-infra/services/aurion/RefreshEmployeesWorkTable/refreshemployeesworktable_client_ep?WSDL' does not contain 'https' as a protocal. So I'd look for imports in the WSDL that contains https references. Maybe the endpoint?
- In the fault there is an apostrofe in the reference to https' in the message. It might be as simple as a typo in the wsdl's and/or xsd's?
Regards,
Martien