My webservice works with soapclient.com but not with soapsonar software:
Posted
by Rebol Tutorial
on Stack Overflow
See other posts from Stack Overflow
or by Rebol Tutorial
Published on 2010-05-02T11:03:34Z
Indexed on
2010/05/02
11:07 UTC
Read the original article
Hit count: 339
web-services
I have put a webservice I found here http://www.rebolforces.com/zine/rzine-1-02/#sect6. on my own website.
I tested http://reboltutorial.com/discordian.wsdl with http://www.soapclient.com/soaptest.html
it did work as I got this answer
Sweetmorn, Discord 48, Year of Our Lady of Discord 3176
But doing the same thing with soapsonar gives me this response instead:
<!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>
Is soapsonar buggy or did I mischief something ?
© Stack Overflow or respective owner