在OSB 11g或12c Business中调用Https SOAP webservice

时间:2017-01-22 10:29:32

标签: oracle https servicebus osb

当我在OSB中调用https Webserice时,会出现“内部服务器错误”。 我已将PEM文件添加到weblogic KeyStore,DemoTrust.jks,并完成了所有steps

以下是SBConsole测试窗口中的响应元数据:

<con:metadata   xmlns:con="http://www.bea.com/wli/sb/test/config">
<tran:headers   xsi:type="http:HttpResponseHeaders" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<http:Content-Length>38612</http:Content-Length>
<http:Content-Type>text/html</http:Content-Type>
</tran:headers>
<tran:response-code     xmlns:tran="http://www.bea.com/wli/sb/transports">1</tran:response-code>
<tran:response-message      xmlns:tran="http://www.bea.com/wli/sb/transports">Internal Server Error</tran:response-message>
<tran:encoding      xmlns:tran="http://www.bea.com/wli/sb/transports">iso-8859-1</tran:encoding>
<http:http-response-code    xmlns:http="http://www.bea.com/wli/sb/transports/http">500</http:http-response-code>

0 个答案:

没有答案