Share via


Server did not recognize the value of HTTP Header SOAPAction

If you get below error

 

 

 Add a below attribute on the class

[SoapDocumentService(RoutingStyle = SoapServiceRoutingStyle.RequestElement)]

Class MyService{

 // [WebMethod]

 }