-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
The handler "UsingRequestRawHandler" should support requests on SOAP 1.2 as the following example:
"
.UsingRequestRawHandler((c, d) =>
{
d.Request.Content.Headers.ContentType = new System.Net.Http.Headers.MediaTypeHeaderValue("application/soap+xml;charset=UTF-8;action="http://domain.com/Service/Request\"");
})
"
Regards,
Filipe Dias