Re: SOAP request faultcode 65794 (stream error)
Re: SOAP request faultcode 65794 (stream error)
- Subject: Re: SOAP request faultcode 65794 (stream error)
- From: Quinn <email@hidden>
- Date: Thu, 13 Nov 2008 10:24:44 +0000
At 16:52 -0800 12/11/08, Tom Chen wrote:
/FaultExtra = {
Domain = 12
Error = 8
Msg = "Stream error"
}
I'm not sure if this helps, but error domain 12 is
kCFStreamErrorDomainNetDB, which means that a value of 8 is
EAI_NONAME. This is a pretty unusual error that's returned by DNS
routines (like <x-man-page://3/getaddrinfo>) in a number of obscure
circumstances. Some of these may be programmer error (for example,
calling getaddrinfo with both a null node name and a null service
name), but others are internal errors. You can look in the Darwin
source for the details.
<http://www.opensource.apple.com/darwinsource/10.5/Libinfo-278/lookup.subproj/getaddrinfo.c>
[This link may require an APSL <http://www.opensource.apple.com/apsl/>
account.]
S+E
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden