webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

HTTP response error HTTP error 403 forbidden

  • 1.  HTTP response error HTTP error 403 forbidden

    Posted Tue March 08, 2005 05:24 PM

    Hi,
    I am getting the above error message when the service failed.
    I want to send a String value as a response in setResponse service.
    response : ABC123
    contentType : text/plain
    encoding : UTF-8
    This is not working only if the service failed. Any one help me to resolve this issue.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: HTTP response error HTTP error 403 forbidden

    Posted Tue March 08, 2005 06:06 PM

    HTTP error 403 forbidden error shows that you don’t have permission to access that server.Please make sure the particular user have access.

    HTH,
    RMG.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: HTTP response error HTTP error 403 forbidden

    Posted Tue March 08, 2005 08:17 PM

    RMG,
    Thanks for your reply. I put one wrapper service and its working fine.
    I call my service from the wrapper service and the setResponse is moved to the wrapper service and its working fine. The problem with my previous flow was throw exception and catch block.

    Thank you,
    Gururaj


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport