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
aksmaksm 

Calling external web services from salesforce

Hi,
 
I have created an Apex class (for external web service) from WSDL file. I am planning to use S-Control to invoke that class.
The external web service will return a string and write PDF file to my local machine after the call.
My question is how do I display the PDF file from SalesForce? Is this possible?
 
thanks
sk