Hi Mike,
setRequestHeader is a method and not a property so you need to set the dispatch type before the call. You will need something like:-
***** Set Request Header
invoke olesup "setDispatchType" using by value 0
invoke ws-winhttp "SetRequestHeader" using
z"content-type" z"application/x-www-form-urlencoded"
Regards
David