Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Insult generator

From: gchiu:compkarori at: 14-Jun-2001 23:30

On Thu, 14 Jun 2001 12:07:24 +0100 "Phil Harris" <[phil--harris--zope--co--uk]> wrote:
> Soap, as Maarten says, runs over HTTP. > > Since most HTTP servers use port 80 to do their serving > then SOAP will use > the same port. > > With some servers though, you can separate the HTTP and > SOAP ports and run > them on whatever port you like. >
I've looked at the SOAP services at xmethods.com. Most of them run at 80, but others run at 82, and 83 etc. All the ones I've tried at 80 have worked. At other ports I've had no luck. Eg: http://sal006.salnetwork.com:82/bin/converter.cgi I appear to be opening a port at 82, but it just times out. I guess I need to serve my request via a proxy to see what I'm really sending. Since I don't even get a server error back, it's probable I'm not opening the port :-( -- Graham Chiu