cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP method (POST) NOT allowed - error code 405

Former Member
0 Kudos

HI Gurus,

I am facing the issue while executing POST method.

Its throwing error status code 405 ...

I am executing POST method with entitySet

..........SRV/poconfSet(Ebeln='10031372',Ebelp='00010',Ebtyp='AB') --->

It is not even stopped at CREATE_ENTITY method ..

Am i missing anything ???

Appreciate your help..

Kind regards

Shiv..

Accepted Solutions (1)

Accepted Solutions (1)

former_member184867
Active Contributor
0 Kudos

As I have mentioned in your other thread, the URL is incorrect.

For POST the URL would be

..........SRV/poconfSet

The URL you are using is GET url , which is different from the POST URL.

Answers (1)

Answers (1)

former_member362491
Discoverer
0 Kudos

Maybe your servers hosts file did't config IP address.