You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 totrue
, but it seems like this is ignored by the Grails plugin. Is there a way to make either of these work?The text was updated successfully, but these errors were encountered: