Author |
Message |
Topic: HTTPInput node faultFormat support for JSON |
er.gursharan
Replies: 2 Views: 3466
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 16, 2017 1:09 am Subject: HTTPInput node faultFormat support for JSON |
Hi Sammy
facing same problem with v 10.0.0.9. For 405 http status response REST API defined in IIB does not allow to handle the structure and format of the error. It is allowing only SOAP/HTML and ... |
Topic: HTTP input node use for PATCH operation |
er.gursharan
Replies: 4 Views: 3553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 09, 2017 10:07 pm Subject: HTTP input node use for PATCH operation |
yes that's true and the message flow which IIB generates automatically from Swagger carries HTTP Input node in it  |
Topic: HTTP input node use for PATCH operation |
er.gursharan
Replies: 4 Views: 3553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 05, 2017 10:22 pm Subject: HTTP input node use for PATCH operation |
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. |
Topic: HTTP input node use for PATCH operation |
er.gursharan
Replies: 4 Views: 3553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 03, 2017 5:00 am Subject: HTTP input node use for PATCH operation |
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 I ... |
Topic: How can I ignore 1st record in a file |
er.gursharan
Replies: 22 Views: 13147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 27, 2011 11:44 pm Subject: How can I ignore 1st record in a file |
As you are converting CSV to XML.. u can simply convert the header data as well to XML. Thereafter, you can delete Header record from OutputRoot(it would be the first occurence in the output) .
-- De ... |
Topic: How to call HTTP GET using WMB |
er.gursharan
Replies: 5 Views: 2427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 11:37 pm Subject: @smdavies99 |
Hi
The reason as to why I need to hit the webservice again and look for response is -
The webservice which I am hitting thru SOAP request node will reply me for sure immediately. But it will take ... |
Topic: How to call HTTP GET using WMB |
er.gursharan
Replies: 5 Views: 2427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 28, 2011 9:48 pm Subject: How to call HTTP GET using WMB |
Hi,
I am working on a code. And I am sending data to an application using the SOAP request node. The data sent is a bulk message of size 25 Mb.
After sending the data. I have to enquire the stat ... |