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 for SOAP headers? #73

Open
MagnaCarterGT opened this issue Jul 27, 2017 · 1 comment
Open

Support for SOAP headers? #73

MagnaCarterGT opened this issue Jul 27, 2017 · 1 comment

Comments

@MagnaCarterGT
Copy link

It doesn't seem like I can use this plugin to process SOAP headers from the WSDL. Defining them explicitly results in me getting the error "Operation ... cannot be unwrapped, input and output messages (if present) must contain only a single part". In Java, there is a flag -exsh that will process implicit headers if set to true, but it seems like this is ignored by the Grails plugin. Is there a way to make either of these work?

@MagnaCarterGT
Copy link
Author

For anyone reading this in the future: I ended up just writing a custom out interceptor to add the headers to the outgoing request. Define the header values in your resources.groovy if you know the values are going to be constant.

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

1 participant