Web services My webservice可与soapclient.com一起使用,但不能与soapsonar软件一起使用:

Web services My webservice可与soapclient.com一起使用,但不能与soapsonar软件一起使用:,web-services,rebol,Web Services,Rebol,我在这里找到了一个Web服务。 在我自己的网站上 我试过了 当我得到这个答案时,它确实起了作用 甜心,不和谐48,我们的新年 不和谐女士3176 但是用soapsonar做同样的事情会让我有这样的反应: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><

我在这里找到了一个Web服务。 在我自己的网站上

我试过了

当我得到这个答案时,它确实起了作用

甜心,不和谐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>

301永久搬迁
永久移除
文档已移动

是索普声纳车还是我捣乱了

更新似乎给出了与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>
HTTP/1.1 301永久移动
日期:2010年5月2日星期日17:33:54 GMT
服务器:Apache
地点:http://reboltutorial.com/cgi-bin/discordian.cgi
改变:接受编码
内容编码:gzip
内容长度:210
内容类型:text/html;字符集=iso-8859-1
X-Pad:避免浏览器错误
301永久搬迁
永久移除
文档已移动


很明显,soapsonar没有将您期望的URL发送到rebol网站。除非它有一个选项来显示导线跟踪,否则我会忽略它,并坚持使用有效的工具。SoapUi是一种常见的替代方案。

显然,您的问题在于您是一个没有理由的rebol。我已经使用Visual Studio创建了一个新的WSDL,现在它可以与SoapSonar一起使用,但不能与Visual Studio一起使用: