• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Solution to the -916 SOAP error?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
  • Prev by Date: Re: Newbie Help
  • Next by Date: Re: What are the elements listed in a dictionary?
  • Previous by thread: Re: window shaker, finishing in the Dock?
  • Next by thread: Sorting Lists???
  • Index(es):
    • Date
    • Thread