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
NoodleNoodle 

Controller VF consuming a wsdl

Hi there,

Forgive me if I'm not clear or if my question seem a bit silly. I'm new to programming in general, and Apex is the first language I've started learning.



I have a wsdl, I've parsed it and created the class no problem. Now, I need to display data on a visualforce page.

The way I'd like it to work is as so... 

On Salesforce, on the VF page, a user would enter an ID (a series of numbers), press a button, and it will go get some text values related to this ID. So far, the VF side isn't causing me a lot of trouble, I can understand what I have to do from the various tutorials I've found online. I'm having a problem with the Controller.

Most of the guides I'm finding about controllers seem to concern operations within Salesforce (i.e. getting information from Salesforce objects and fields)

Help please!

Vinita_SFDCVinita_SFDC
Hello,

Visualforce controllers are nothing but apex classes. So you can include these classes as controllers in visualforce pages.

Refer: http://www.salesforce.com/us/developer/docs/pages/