错误信息:
Received content of invalid Content-Type setting:text/html -soap
expects"text/xml"'
expects"text/xml"'
解决办法:将Server端的dpr内的 ISAPIThreadPool与 ISAPIApp在顺序换个位置,让 ISAPIApp在 ISAPIThreadPool之前就应该可以解决。
本文介绍了解决Server端因Content-Type设置为text/html而非预期的text/xml而导致的问题。通过调整ISAPIThreadPool与ISAPIApp的顺序,使问题得以解决。

被折叠的 条评论
为什么被折叠?