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
NaliniNalini 

Calling external webservices from apex

hi all,

I know to write apex code but iam a newbie to call  an external webservices from apex so can u plz post me some sample codes of how to call a external webservice from apex.

 

Regards,

Nalini

SuperfellSuperfell

http://code.google.com/p/twitterforce/source/browse/trunk/src/classes/TwitterForce.cls

 

 

If you have a WSDL, then you can import that and have it generate an apex client stub for you. (see the apex docs) 

Message Edited by SimonF on 02-20-2009 08:38 AM