function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
WilmerWilmer 

How to send/receive .Net Recordset object to/from Apexwebservice?

Hi, I´d like to know if it is possible to send or receive .Net object to and from Apex webservices? For example, it is possible to send or received Recordsets?

 

Thanks,

 

Wilmer

Message Edited by Wilmer on 04-06-2009 11:53 PM
Mike LeachMike Leach
If you can serialize the .NET object, then it's possible to map .NET object properties to sObject fields. But there is no direct translation from .NET Object to sObject.
WilmerWilmer

Hi, thanks for the answer.

 

Regards,

 

Wilmer