Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

If you are new to web service interfaces, first review HTTP Response Structure for an overview of what information you can typically find in an HTTP response.

  • Example: Queried a web service

  • use sample json response

  • conditional logic to handle status codes and parse response

    • queue successful payload for downstream processing

    • parse error messages

      • retry or log errors?

  • No labels