Author |
Message
|
er.gursharan |
Posted: Fri Nov 03, 2017 5:00 am Post subject: HTTP input node use for PATCH operation |
|
|
Newbie
Joined: 28 Jul 2011 Posts: 7
|
Hi, When trying to use HTTP Input node in message flow (without creating REST API) it is not supporting the PATCH operation. Although, it works fine with GET, POST, DELETE etc.
When trying to hit IIB from postman for PATCH it simply errors out saying unsupported method: PATCH.
IIB version 10.0.0.9 |
|
Back to top |
|
 |
Vitor |
Posted: Fri Nov 03, 2017 5:15 am Post subject: Re: HTTP input node use for PATCH operation |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
er.gursharan wrote: |
When trying to hit IIB from postman for PATCH it simply errors out saying unsupported method: PATCH.
IIB version 10.0.0.9 |
Because it isn't. Please see this thread from your colleague.
I'm assuming you two are working together because it's a weird coincidence to have 2 posts on an obscure HTTP method within an hour. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
er.gursharan |
Posted: Sun Nov 05, 2017 10:22 pm Post subject: |
|
|
Newbie
Joined: 28 Jul 2011 Posts: 7
|
Thanks Vitor!
Saw the other thread not sure about the name of the individual though.
As a work around used swagger to create REST API and the REST API thus created supports PATCH. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Nov 06, 2017 6:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
er.gursharan wrote: |
As a work around used swagger to create REST API and the REST API thus created supports PATCH. |
So creating an API from Swagger makes the IBM software perform unsupported functions?
Weird. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
er.gursharan |
Posted: Thu Nov 09, 2017 10:07 pm Post subject: |
|
|
Newbie
Joined: 28 Jul 2011 Posts: 7
|
yes that's true and the message flow which IIB generates automatically from Swagger carries HTTP Input node in it  |
|
Back to top |
|
 |
|