代理客户端中的Fiddler soap操作

代理客户端中的Fiddler soap操作,soap,Soap,这就是fiddler对我试图向外部Web服务发出的请求所说的话 Request: POST https://service100.emedny.org:9047/MHService HTTP/1.1 Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: service100.emedny.org:9047 Content-Length: 7933 Expect: 100-continue Accept-Encoding: gzi

这就是fiddler对我试图向外部Web服务发出的请求所说的话

Request:  
POST https://service100.emedny.org:9047/MHService HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Host: service100.emedny.org:9047
Content-Length: 7933
Expect: 100-continue
Accept-Encoding: gzip, deflate
Connection: Keep-Alive


Response: HTTP 500 Internal server error. 
Miscellaneous: X-backside-transport: FAIL FAIL
TextView: Faultcode-Rejected by policy from client
soap Action=“”是否可能是此故障代码的可能原因?我确信已经建立了客户握手

现在,这是跟踪查看器svclog

多谢各位