Solution to the -916 SOAP error?
Solution to the -916 SOAP error?
- Subject: Solution to the -916 SOAP error?
- From: Jaime Magiera <email@hidden>
- Date: Fri, 21 Mar 2003 22:47:43 -0500
Like many people, I've been receiving error -916 (connection lost)
during SOAP transactions. Debugging on the server side shows that the
connection is made, but there is no content. I think I've covered the
usual things (pipes, etc.). Am I missing something?
property method_name : "remoteSpeakString"
property method_namespace_URI : "
http://www.mydomain.com"
property SOAP_action : ""
set this_text to "This is the test value"
set the method_parameters to {stringToSpeak:this_text}
try
tell application
"
http://www.mydomain.com:15000/cgi-bin/WebObjects/SOAPServer.woa/wa/
archives/"
set theResults to (call soap {method name:method_name, method
namespace uri:method_namespace_URI,
parameters:{|stringToSpeak|:this_text}})
end tell
on error theError
display dialog theError
end try
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.