Hi How can I set an additional HTTP header in a SOAP web service request. For example to send a OAuth2 token to the web service? Regards asked 25.03.2019 at 15:50 Reto Weiss ♦♦ |
Hi With CXF you can write your own feature class that sets the additional header:
On the web service client add your class to the feature list: If you now call the web service that HTTP header 'Authorization' is set to 'Bearer 0b79bab50daca910b000d4f1a2b675d604257e42' Regards Reto Weiss, Axon.ivy Support answered 25.03.2019 at 15:58 Reto Weiss ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 25.03.2019 at 15:50
Seen: 7,103 times
Last updated: 25.03.2019 at 15:59