-
Notifications
You must be signed in to change notification settings - Fork 30
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
SOAP 1.2 Support #48
Comments
Easiest is to fork and submit pull request. I will gladly merge and release |
Is there an update on this? I need to send SOAP 1.2 messages and i'm not sure, if this issue is already closed because the feature is implemented already? Can anyone give me a hint? |
I have fixed this so that using the |
hi, thanks for the quick response. It worked out quite well. I additionally had to configure the contentType in the config.groovy to be
What i'm wondering about is, if in the given wsdl document only a soap12 binding is declared, why |
Hi,
It seems that SOAP 1.2 support is missing from this plugin. Is that correct?
Setting
seems to be insufficient as the message generated is still Soap 1.1. The only way I found it would work is by explicitly setting a SoapBindingConfiguration on the JaxWSProxyFactoryBean like so:
I'm happy to provide a patch to add Soap 1.2 support (with a config flag for the client) unless I am missing something and it should actually work?
Cheers,
R
The text was updated successfully, but these errors were encountered: