apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
983 stars 352 forks source link

Webservice URL custon #3098

Open pauloricardoferreira opened 1 year ago

pauloricardoferreira commented 1 year ago

What would you like to happen?

Is it possible to change the url of the donapacje hop webservice?

/hop/webService/?service=ws

change for example

/api/v1/service

Issue Priority

Priority: 3

Issue Component

Component: API

hansva commented 1 year ago

Not sure what this request is, can you elaborate? We are in the process of building a new rest service to interact with Hop, it is still experimental so there are no ready made docker container or installation instruction but there is some documentation that van be found here

pauloricardoferreira commented 1 year ago

issue #3162 has more information. thanks for getting back

mattcasters commented 1 year ago

So I guess what's being asked is to provide real Enterprise Application Integration functionality like you see in Boomi, Mulesoft, and others.
I think it's indeed possible to do this, and I think it's a great feature to have. Personally I would limit us to providing REST services.

One idea would be to introduce a Web Service API metadata element which would map to a workflow or pipeline along with the relative path (ex. /api/v1/customer) and the method to use (PUT, GET, POST, DELETE). Add some authentication methods (OAuth2.0) and this would probably go a long way to cornering a large part of the usecases.

abnermoises16 commented 10 months ago

Hello. Any news about this demand?