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

How to set headers? #33

Open
TTiger opened this issue Mar 31, 2024 · 1 comment
Open

How to set headers? #33

TTiger opened this issue Mar 31, 2024 · 1 comment

Comments

@TTiger
Copy link

TTiger commented Mar 31, 2024

I can get the wsdl2java part working just fine. However, I can't figure out how to set headers on the outgoing requests is that beyond the scope of this plugin?

@siglund
Copy link

siglund commented Jul 16, 2024

I had the same issue, but was able to generate the header parameters by enabling this cxf property

wsdl2java {
    // Enables processing of implicit SOAP headers https://cxf.apache.org/docs/wsdl-to-java.html
    options.addAll("-exsh", "true")
}

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

2 participants