2010-05-02 84 views
0

我已經把我在這裏找到的webservice http://www.rebolforces.com/zine/rzine-1-02/#sect6。 在我自己的網站上。我的web服務與soapclient.com協同工作,但與soapsonar軟件不兼容:

我測試http://reboltutorial.com/discordian.wsdlhttp://www.soapclient.com/soaptest.html

它的工作,因爲我得到了這個答案

Sweetmorn,爭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> 
+2

顯然你的問題是你是一個沒有原因的反彈。 – bmargulies 2010-05-02 12:34:34

回答

1

soapsonar很顯然不是送你指望Rebol的網站的網址。除非它有選擇向您展示線跡,否則我會忽略它,並堅持使用可用的工具。 SoapUi是一種常見的選擇。

+0

我已經使用Visual Studio創建了一個新的WSDL,現在它可以與SoapSonar一起使用,但不能與Visual Studio一起使用: http://stackoverflow.com/questions/2757695/webservice-works-with-soapsonar-but-not-with-visual -Studio-的winform – 2010-05-03 11:58:34

相關問題