You need to sign in to do that
Don't have an account?

Apex soap Callouts-- trailhead module
Create a class called 'ParkLocator' that has a 'country' method that uses the 'ParkService' class and returns an array of available park names for a particular country passed to the web service. Possible country names that can be passed to the web service include Germany, India, Japan and United States.
i have used the ParkLocator.. but i am getting an error that "The Apex class 'ParkLocator' does not appear to be calling the SOAP endpoint."
could any one help me plz....
i have used the ParkLocator.. but i am getting an error that "The Apex class 'ParkLocator' does not appear to be calling the SOAP endpoint."
could any one help me plz....
Try changing line #3 in ParkLocator to:
Sorry... it's case sensitive. :(
If you had entered ParkService originally it would have generated this code in this manner. Not sure if it didn't overwrite these classes or something.
Hope this helps you!
Best Regards,
Jyothsna
All Answers
Try changing line #3 in ParkLocator to:
Sorry... it's case sensitive. :(
If you had entered ParkService originally it would have generated this code in this manner. Not sure if it didn't overwrite these classes or something.
Hope this helps you!
Best Regards,
Jyothsna