GitHub user beks6 added a comment to the discussion: Configure Apache Hop to receive json from web
yeah sure, I made different approaches, also with the help of chat GPT. I created a WebService metadata as described in the docs from hop. My current pipeline looks like this <img width="568" alt="Bildschirmfoto 2024-11-15 um 13 52 14" src="https://github.com/user-attachments/assets/163b3967-959a-4593-bb1f-d8114dee0636"> this approach got me the furthest so far, on the REST client transform I now get "host may not be null" the generate rows transform is just to have a field for the REST client transform. Maybe I'm completely on the wrong path with my solution. My goal is to produce a json post request from my web app and send it to an on prem server which is running hop to further process the json data. GitHub link: https://github.com/apache/hop/discussions/4572#discussioncomment-11266708 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
