Since it is not possible to access another site using
SharePoint Object Model, can we call a web service to
get file in the asynchronous thread generated by the
RegisterWorkItemCallback. I am interested in the
SPFile .OpenBinary() method as a Web Service call.
This Web Service call would of course be to the same
IIS Server, so is there a way to eliminate the SOAP
message to the web service, and create an AppDomain
that would accomplish the same result from within this
created thread.
Can anyone help me out?