WCF Soap Actions in HTTP header or SOAP header?

前端 未结 4 1082
自闭症患者
自闭症患者 2021-01-04 04:34

I\'m a little confused about how SOAPAction is implemented in WCF (and other web service frameworks for that matter).

In a test client, I have a Client Message Inspe

4条回答
  •  遥遥无期
    2021-01-04 05:35

    Putting SOAP action in an HTTP header is part of SOA specification, and WCF just implements SOAP specification in this case.

    Read here: http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528

提交回复
热议问题