Context: I'd like to use ServiceStack to build a SOAP client in order to consume an existing Java CXF WebService, exposed over SOAP with defined WSDL (I have no control over the WS itself). I may need to add a couple of extra headers the SOAP envelope for authorization purposes.
Question: Would all of the above be possible, and if so, what are the gotchas? If there are any specific examples, links would be welcome.