2010-05-02 2 views
0

여기에있는 웹 서비스를 넣었습니다 http://www.rebolforces.com/zine/rzine-1-02/#sect6. 내 웹 사이트에 내 webservice는 soapclient.com과 작동하지만 soapsonar 소프트웨어는 작동하지 않습니다.

나는 http://www.soapclient.com/soaptest.html

http://reboltutorial.com/discordian.wsdl 시험이 한 일 나는이 대답

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> 

soapsonar 버기 또는 내가 뭔가 장난 쳤니?

업데이트 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

답변

1

soapsonar 당신이 REBOL 웹 사이트에 기대하는 URL을 보내는 꽤 명확하지 않다. 와이어 트레이스를 표시 할 수있는 옵션이 없으면 무시하고 도구로 작동합니다. SoapUi는 일반적인 대안입니다.

+0

Visual Studio에서 새 WSDL을 만들었으나 SoapSonar에서는 작동하지만 Visual Studio에서는 작동하지 않습니다. http://stackoverflow.com/questions/2757695/webservice-works-with-soapsonar-but-not-with-visual -studio-winform –