webMethods

 View Only
Expand all | Collapse all

REST call not working in webMethods OneData

  • 1.  REST call not working in webMethods OneData

    Posted Wed December 02, 2015 10:26 AM

    Hi Team,

    I am getting the below response while I am trying to do a rest call ( POST method ) to webMethods OneData entity.
    Error Message : HTTP Status 405 - HTTP method POST is not supported by this URL.
    I have also added an entry in the web.xml inside tomcat folder , still it is not working.

    <http-method>POST</http-method>
    

    Response String Below

    - Error report

    HTTP Status 405 - HTTP method POST is not supported by this URL


    type Status report

    message HTTP method POST is not supported by this URL

    description The specified HTTP method is not allowed for the requested resource.


    Please help. Urgent.!!

    Thanks and Regards
    Abir Banerjee


    #Integration-Server-and-ESB
    #webMethods
    #webMethodsOneData


  • 2.  RE: REST call not working in webMethods OneData

    Posted Tue January 12, 2016 06:26 AM

    Hi,

    some calls would require a GET operation and not POST.
    Yuo didn’t provide any details about your REST call so I can’t provide more guideance


    #Integration-Server-and-ESB
    #webMethodsOneData
    #webMethods