cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Data Hub 2.4 Operators Error - Connectivity > Http client

hwang_in_nam
Explorer
0 Kudos

Hello,

In the modeler, HTTP Client does not work.

- Deprecated Operators > [OLD] htttp client - Work
- Connectivity > Http client - Not work

1. Graphs

2. Config

3. Error Message

best regards.

in-nam

Accepted Solutions (1)

Accepted Solutions (1)

michael_eaton3
Active Contributor
0 Kudos

Hello

I have used this operator successfully.

Your configuration doesn't appear to match what is expected for the operator. It requires a getUrl (or postUrl) that can be either set in the configuration, or passed in a message header (as an attribute).

Michael

Answers (1)

Answers (1)

hwang_in_nam
Explorer
0 Kudos

Hi .

the problem has been resolved

input value was received from the message generator

msg.Attributes["http.Content-Type"] = "text/json";
msg.Attributes["http.method"] = "POST";
msg.Attributes["http.url"] = "http://abc.com/index.html";

Thanks, Michael