Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

403 forbidden error while invoking a WSDL based proxy service

Vinoth SekarJul 30 2018

Hi Everyone,

I have been using OSB 12.1.3 version with API manager domain. While invoking a WSDL based proxy service using postman, have received the below error  .

But proxy service without WSDL responds back with valid response using postman. Request XML is extracted from the same WSDL using SOAP UI.

If anyone has suggestion to this error ?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">

<HTML>

    <HEAD>

        <TITLE>Error 403--Forbidden</TITLE>

    </HEAD>

    <BODY bgcolor="white">

        <FONT FACE=Helvetica>

            <BR CLEAR=all>

                <TABLE border=0 cellspacing=5>

                    <TR>

                        <TD>

                            <BR CLEAR=all>

                                <FONT FACE="Helvetica" COLOR="black" SIZE="3">

                                    <H2>Error 403--Forbidden</H2>

                                </FONT>

                            </TD>

                        </TR>

                    </TABLE>

                    <TABLE border=0 width=100% cellpadding=10>

                        <TR>

                            <TD VALIGN=top WIDTH=100% BGCOLOR=white>

                                <FONT FACE="Courier New">

                                    <FONT FACE="Helvetica" SIZE="3">

                                        <H3>From RFC 2068

                                            <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:

                                        </H3>

                                    </FONT>

                                    <FONT FACE="Helvetica" SIZE="3">

                                        <H4>10.4.4 403 Forbidden</H4>

                                    </FONT>

                                    <P>

                                        <FONT FACE="Courier New">The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.</FONT>

                                    </P>

                                </FONT>

                            </TD>

                        </TR>

                    </TABLE>

                </BODY>

            </HTML>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2018
Added on Jul 30 2018
0 comments
380 views