Virtualized WSDL Returning Env:Server Error
(Doc ID 2288046.1)
Last updated on OCTOBER 07, 2022
Applies to:
Oracle API Gateway - Version 11.1.2.1.0 and laterInformation in this document applies to any platform.
Goal
In Oracle API Gateway 11.1.2 WSDLs have been virtualized in the web service Repository.
The virtualization process is successful, but during invocation, a soap fault: "env:SERVER" is returned as the response.
The below error is observed for any WSDL which is virtualized in this particular case:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header></env:Header>
<env:Body>
<env:Fault>
<faultcode>env:SERVER</faultcode>
<faultstring></faultstring>
<detail fault:type="faultDetails" xmlns:fault="http://www.vordel.com/soapfaults"></detail>
</env:Fault>
</env:Body>
</env:Envelope>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |