Book Image

SOA Patterns with BizTalk Server 2013 and Microsoft Azure

By : Richard Seroter, Mark T Brimble, Coen J Dijkgraaf, Mahindra Morar, Mark Brimble, Colin Dijkgraaf, Johann Cooper
Book Image

SOA Patterns with BizTalk Server 2013 and Microsoft Azure

By: Richard Seroter, Mark T Brimble, Coen J Dijkgraaf, Mahindra Morar, Mark Brimble, Colin Dijkgraaf, Johann Cooper

Overview of this book

Table of Contents (21 chapters)
SOA Patterns with BizTalk Server 2013 and Microsoft Azure Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

URL deciphering


The URL is one of the most important components in describing a service. It should be short and descriptive, and should provide a natural hierarchy path structure to the resource. The resource names should be nouns; verbs should be avoided.

A well designed API should be intuitive and easy to use. If done poorly, it can make the service difficult to use and understand. URL query strings should only be utilized for filtering and specifying the ordering of the result set.