Skip to content
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

Support multiple binding files #8

Open
lkoe opened this issue May 19, 2021 · 10 comments
Open

Support multiple binding files #8

lkoe opened this issue May 19, 2021 · 10 comments

Comments

@lkoe
Copy link

lkoe commented May 19, 2021

CXF wsdl2java supports specifying multiple binding files by providing multiple -b options.
The plugin should support this as well - at the moment adding addtional -b Parameters via the options list is also blocked.

PR will follow.

lkoe added a commit to lkoe/wsdl2java-gradle-plugin that referenced this issue May 19, 2021
@dermoritz
Copy link

Is there any update here? i need this feature - have multiple wsdl that generate fine but each has multiple binding files. Is there a way to achieve this?

@lkoe
Copy link
Author

lkoe commented Oct 18, 2021

you might look into this PR (#9) - which is a bit outdated by now - and build you own custom version for the time being, which is what we did

@dermoritz
Copy link

thanks, did you created a fork with this function? before creating my own version i will try to find other ways (there are too many forks of this already :-P)

lkoe added a commit to lkoe/wsdl2java-gradle-plugin that referenced this issue Oct 18, 2021
@lkoe
Copy link
Author

lkoe commented Oct 18, 2021

Just merged the PR into my fork https://github.com/lkoe/wsdl2java-gradle-plugin
Good luck ;-)

@dermoritz
Copy link

Great - thanks! Is it available via maven? I can't create issues (ask questions) there.

@lkoe
Copy link
Author

lkoe commented Oct 19, 2021

Ah no, sorry. You would have to clone the fork yourself, build the plugin and publish it to your inhouse repository

It wasn't really supposed to be a full fledged fork of this project, only a means to create pull requests,

@bjornvester
Copy link
Owner

I'm sorry for not getting back to you sooner. As stated in the README, you can get around it using the -b parameter as an option. I know it's a bit more work. I started looking into it a long time ago and made a branch for the changes, but never got around to finishing it.

@lkoe
Copy link
Author

lkoe commented Jun 15, 2023

no problem, we all got our fair share of work :-)
I made PR #9 a while back, but it's outdated now.
If you're interested I'd update it.

Also if you're interested in taking in additional maintainers for this project (and the xjc plugin as well) please PM me (just found out that Github has no private messages, but you'll find me easily on the web).
At the moment we're using a private fork of your plugins inhouse, as we needed to keep up with the times (jakarta specs for instance).

@bjornvester
Copy link
Owner

Thank you @lkoe, I might just take you up on that offer :)

lkoe added a commit to lkoe/wsdl2java-gradle-plugin that referenced this issue Aug 16, 2023
@lkoe
Copy link
Author

lkoe commented Aug 16, 2023

Hello @bjornvester, I've updated the PR (#9) in an effort to get rid of our projects fork of the plugin.

Please review and merge if appropriate. Also the offer above still stands ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants