We are calling a REST web-service from Ensemble using EnsLib.HTTP.OutboundAdapter and redefining the adapter class to set custom headers as described by @Eduard Lebedyuk here: How to set Content-Type
During development we accidentally stumbled across puzzling behaviour - we now suspect that the %Net.HttpRequest object created in the linked example is being reused in the following scenario:
- request is created as described and sent to web-service, so an instance of a
%Net.HttpRequestobject exists and is known to theEnsLib.HTTP.OutboundAdapter - we modify our code to test what happens if
.png)

%20(2).jpg)
(1).jpg)
.png)
.png)

(1).jpg)


