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
ABCDEFGHIJKLMNOABCDEFGHIJKLMNO 

Creating Portable Apex Web Services

I have an Apex webservice that I developed in one org that I cannot run in another org. I can install it, but I cannot run it. It runs perfectly in its "home" org but I just can't get it to run in any other org.

 

I was told elsewhere that I have to regenerate the WSDL for the Apex webservice, regenerate the calling application, and then it should work. I'm about to DO that because I've run out of time to do anything else.

 

My question is, Is it possible to create a single Apex web service that can be installed and run in any org that supports such webservices? If so, how? If not, why not?

 

TIA,

 

John

SuperfellSuperfell
I just answered this in the other forum, please don't cross post questions.