我已经在这里找到了一个网络服务http://www.rebolforces.com/zine/rzine-1-02/#sect6。在我自己的网站上。
我用 http://www.soapclient.com/soaptest.html测试了http://reboltutorial.com/discordian.wsdl
当我得到这个答案时它确实有效
Sweetmorn,Discord 48,不和谐圣母年 3176
但是用soapsonar做同样的事情却给了我这样的回应:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://reboltutorial.com/cgi-bin/discordian.cgi">here</a>.</p>
</body></html>
肥皂声纳有问题还是我恶作剧?
更新似乎与 SoapUI 给出了相同的结果:
HTTP/1.1 301 Moved Permanently
Date: Sun, 02 May 2010 17:33:54 GMT
Server: Apache
Location: http://reboltutorial.com/cgi-bin/discordian.cgi
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 210
Content-Type: text/html; charset=iso-8859-1
X-Pad: avoid browser bug
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://reboltutorial.com/cgi-bin/discordian.cgi">here</a>.</p>
</body></html>