Forum Discussion

aarya_1's avatar
aarya_1
New Contributor
12 years ago

POST method not returning expected value

Currently we are testing json webservices. GET method works fine but when it comes to POST method it doesn't work well. I am not able to extract the exact url under POST method. After submitting a request for POST method it returns me an error page which takes me to the top level of webservices page(Webservice index). Any idea how to deal with this problem or is it a webservice problem?

3 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Have you checked the application logs? At the same time, you may check with application provider that wether POST method is allowed.
  • aarya_1's avatar
    aarya_1
    New Contributor
    POST method is allowed for the application but in order to extract the url I might need to prepare a script. POST method is for submitting a form. Any idea where can I look for it?
  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    May be you can check with application provider with the POST method url/endpoint.