fromSOAP()
on that sub-node of the XML tree.
In other words, fromSOAP
works recursively.
If you really want to implement a SOAP server directly
in S, you can use
socketConnection()
to listen for requests
and the primitives provided by the SSOAP and
XML packages for S to process the HTTP and XML content and
implement the methods.
Doing so is not very hard, but details such as fault tolerance,
etc.
.SOAP()
functionseems very slow.
What's the problem?
readLines
on a socketConnection
.
So I don't think the problem is in the SSOAP package.
.SOAP()
,
I get a warning such as
Warning message: incomplete final line found by readLines on `->services.soaplite.com:80'Is this a real problem?