MacOS X's XML-RPC and numbered addresses
MacOS X's XML-RPC and numbered addresses
- Subject: MacOS X's XML-RPC and numbered addresses
- From: Mark Alldritt <email@hidden>
- Date: Fri, 12 Oct 2001 00:05:11 -0700
Hi Folks,
Is it me, or does the XML-RPC implementation on Mac OS X 10.1 have problems
with numbered IP addresses? Whenever I use a numbered address, it returns
error -916. The IP address of the Windows box right next to me does not
work even though XML-RPC requests from my MacOS 9 machine work fine.
The only numbered address that seems to work is 127.0.0.1. Even sending to
the machines own IP address fails.
This works:
on getName()
tell application "
http://localhost:8081/"
return call xmlrpc {method name:"test.getName", parameters:{true}}
end tell
end getName
But this does not (192.168.1.15 is my own IP address):
on getName()
tell application "
http://192.168.1.15:8081/"
return call xmlrpc {method name:"test.getName", parameters:{true}}
end tell
end getName
The XML-RPC server is up and running locally.
Cheers
-Mark
---------------------------------------------------------------------
Mark Alldritt Late Night Software Ltd.
Phone: 250-380-1725 333 Moss Street
FAX: 250-383-3204 Victoria, B.C.
WEB:
http://www.latenightsw.com/ CANADA V8V-4M9