ここで見つけた Web サービスを配置しましたhttp://www.rebolforces.com/zine/rzine-1-02/#sect6。自分のウェブサイトで。
http://reboltutorial.com/discordian.wsdlを http://www.soapclient.com/soaptest.htmlでテストしました
この答えを得たのでうまくいきました
Sweetmorn、Discord 48、Discord の聖母の年 3176
しかし、ソープソナーで同じことを行うと、代わりに次の応答が得られます。
<!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>