Hi there,
I'm looking to add the following HTTP header to my request:
Expect: 100-continue
It looks like the .NET web service I'm trying to consume with WSO2 C/Ruby requires it in order to read the entire soap message (from my interpretation).
I went through the docs, I am bit confused and couldn't find it. What would be the appropriate way to add HTTP headers for the Ruby WSClient?
thanks in advance,
e