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
RamaKrishnaRamaKrishna 

How to display results back from external web service in the form of labels?

Hi:
 
The values from the salesforce.com to .net web service will be send via notfication objects which is fine, but how to get the response back from the .net web service with results say something like "1", "ok"?
 
Ultimately the user who is requesting from salesforce.com for the response should be able to see the output from the .net web service and these results should be displayed in some labels or any controls?

Please help me out...

Thanks,

RK

werewolfwerewolf
It doesn't really work that way.  Salesforce labels are determined by Salesforce fields; you can't really show arbitrary labels, unless you make an Scontrol to do so, which is what I would advise you to do.  Then you can use Salesforce's Ajax proxy feature to fill your Scontrol with any labels and fields that you'd like (http://wiki.apexdevnet.com/index.php/Ajax_Proxy).