-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java DSL for web services #2818
Comments
We have those plans, indeed: https://jira.spring.io/browse/INT-4429. Only the problem that it is not so important in our backlog. We are always open for contributions, though: https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc You still can use existing Web Service components in Java DSL with regular |
Thanks ... we are looking forward that |
Hi @artembilan , |
Hi @artembilan |
Well, while I’m sleeping, please, consider my suggestion above regarding contribution. I mean if you strongly need it, please, consider to provide a solution. It is not so hard to follow similar implementations for HTTP or WebFlux. Otherwise I’ll come back to this somewhere next week. Thanks for understanding! |
I have some time to work on this. |
Resolves #2818 * Rework to improve fluency * reduce the number of factory methods and use a different spec when an external WST is provided. * Docs and address comments
We are starting a new project with spring Integration.
We found that it is recommended to use Java DSL to configure channels.Well, there are lots of first class integration for
Amqp
,Feed
,Jms
,Files
,(S)Ftp
,Http
,JPA
,MongoDb
,TCP/UDP
,Mail
.We need to integrate with
web services
(inboud
andout bound
)Is there any planning for implementing WebService DSL.
Thanks !
The text was updated successfully, but these errors were encountered: