SOAP? XMLRPC? in Cocoa?
SOAP? XMLRPC? in Cocoa?
- Subject: SOAP? XMLRPC? in Cocoa?
- From: "Steven M. Palm" <email@hidden>
- Date: Fri, 25 Jan 2002 08:51:37 -0600
I really enjoy playing with the AppleScript Studio, and it's XMLRPC and
SOAP support.
It doesn't have very good performance, though, in terms of, say,
stuffing a table view with the data you get returned. Using the sample
code from Apple in the Watson project, It takes about twelve seconds to
stuff in fifty rows of data. More's the shame that it only took it
about two seconds to get that data from the server via SOAP in the first
place.
So, I thought that it might be due to the AppleScript bridge to talk to
the Cocoa table object, and figured that a straight Cocoa Objective-C
app would get the performance I want, but I can't seem to find much in
the way of doing SOAP calls from there, at least not easily.
Before I go down the daunting trail of manually building Apple Events
and parsing XML, has this been covered by anyone?
-----------------------
- Steven M. Palm
- Ham Radio Call: N9YTY
-----------------------