Posts by Fernando Del Cantão • 1 point
1 post
-
0
votes2
answers1604
viewsA: Server Did not recognize the value of HTTP Header Soapaction
Change the header to: request.Headers.Add("SOAPAction", "http://localhost:9996/Services2/CreateTicket") You can also use the WEB reference import, which already does all the mapping work of the…