You need to sign in to do that
Don't have an account?
abhinav gangrade
endpoint_x in WSDL apex code
Hi,
I have similar endpoint in my wsdl apex generated code, I want to generic it among all environment, pls suggest. Any pseodo code is nice to have.
public String endpoint_x = 'http://YourServer/YourService';
Thanks,
Abhi
I have similar endpoint in my wsdl apex generated code, I want to generic it among all environment, pls suggest. Any pseodo code is nice to have.
public String endpoint_x = 'http://YourServer/YourService';
Thanks,
Abhi
Use Custom setting or custom labels or Global class with final static variable for making endpoint global.