How do you set a custom HTTP header (not SOAP header) dynamically on the client side when using Spring-WS?
相关问题
- Angular RxJS mergeMap types
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
ClientInterceptor
works great for static header value. But it is not possible to use it when a different value should be applied per each request. In that caseWebServiceMessageCallback
is helpful: