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
Rolando EstevesRolando Esteves 

Webservice Question??

Hi im currently developing an apex class that calls an external webservice that I programmed in .net.

 

My question:

 

My web service recieves 2 parameters getDeuda(string ssn, string zipCode) but the response is of type datatable. Which data type I have in Apex that i can put the response of the data table. Do I have to change the webservice so its response is of a custom type class??????

 

 

Thanks for all the help in advance!

 

REG

Starz26Starz26

Could you put the response into a JSON string and then use salesforce to deserialize the response