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
gaurav.dixitgaurav.dixit 

can we read values from visual force page using java webservice api??

i want to read values from the text box on visual force page is it possible  to read from visual force using java api. if yes then how can i do that??

dkadordkador

You could, using any HTTP library or browser library.  But screenscraping an HTML page is not usually a good idea.  Why not use the API to extract whatever data is being exposed on your VF page?

KitagawaSan805KitagawaSan805

I have a visualforce page that displays a JSON string made in a custom class. Is there a way to have an API read that string?