Tuesday, 2 December 2014

IBM Business Process Manager - Invoking a secured web service using HTTP basic authentication from a BPEL process

From the fountain of developerWorks goodness: -

This tutorial shows you how to invoke web services that require HTTP basic authentication using the HTTP Header Setter mediation primitive available in IBM® Business Process Manager (BPM). HTTP basic authentication employs a user name and password to authenticate a service client to a secure endpoint. You can set up HTTP basic authentication when sending or receiving web service requests.

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...