Hi,
if they exist I didn't see them. You need to consider that libraries as XrmServiceToolkit or XrmSVCToolkit are made to provide in an easier way the functionalities already provided by the SDK "server side". An example:
with the javascript library is provided a method called CreateRecord(), but inside the SDK there is already the method service.Create()
Consider also the early-bound classes generated by the CrmSvcUtil.exe, it generates an helper class to facilitate the management of the entities and attributes, more information here:
http://msdn.microsoft.com/en-us/library/gg327844.aspx
http://msdn.microsoft.com/en-us/library/gg328210.aspx
My blog: www.crmanswers.net -
Rockstar 365 Profile