<< < 37 38 39 40 41 42 43 44 45 46 47 > >>   Sort: Rank

'choose ... when ...' Statements to Control Execution Flows
How to use 'choose ... when ..." policy statements to control execution flows? If you want to control execution flows in Azure API management process, you can use the 'choose ... when ..." policy statement. The "choose ... when ..." statement has the following syntax: &lt;choose&gt; &lt;...
2018-01-19, 2807🔥, 0💬

Policy to Modify Request and Response Body
Where to find tutorials on creating Policy to Modify Request and Response Body on Azure API Management Policy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on creating Policy to Modify Request and Request Body on Azure API Management Policy. 'f...
2018-01-19, 2800🔥, 0💬

'forward-request' Policy Statement
How to use the "forward-request" Policy Statement to call the backend service for an Azure API service operation? The "forward-request" Policy Statement allows you to call the backend service, using information provided in the "context.Request" object. The "forward-request" Statement has the followi...
2018-01-16, 7049🔥, 0💬

'rewrite-uri' Policy Statement
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" Policy Statement is actually doing the same work as the operation setting "Rewrite URL template". For example, if you create an API operation with the following settings: HTTP verb: POST URL template:...
2018-01-16, 6699🔥, 0💬

'retry' Policy Statement
How to use the "retry" Policy statement to retry "forward-request" multiple times for an Azure API service operation? The "retry" Policy Statement allows you to mainly execute "forward-request" statement multiple times if it fails. The "forward-request" Statement has the following syntax: &lt;re...
2018-01-16, 2500🔥, 0💬

'set-method' Policy Statement
How to use the "set-method" Policy Statement for an Azure API service operation? The "set-method" Policy Statement can be used to modify the HTTP verb when Azure forwarding the client request to the backend Web service. By default, Azure uses the save HTTP verb as client request received at the Azur...
2018-01-16, 1472🔥, 0💬

'mock-response' Policy Statement
How to use the "mock-response" Policy statement to return an example response for an Azure API service operation? The "mock-response" Policy Statement allows you to return a fake response and stop the Azure API processing immediately. The "mock-response" Statement has the following syntax: &lt;m...
2018-01-16, 1405🔥, 0💬

'send-one-way-request' Policy Statement
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API service operation? The "send-one-way-request" Policy Statement allows you to call an extra web service. The "send-request" statement has the following syntax: &lt;send-request mode="new|copy"&...
2018-01-13, 3997🔥, 0💬

'return-response' Policy Statement
How to use the "return-response" Policy statement to build the response from scratch for an Azure API service operation? The "return-response" Policy Statement allows you to stop the Azure API processing immediately and return with the given response. The "forward-request" statement can be used in t...
2018-01-13, 3873🔥, 0💬

'send-request' Policy Statement
How to use the "send-request" Policy statement to call an extra web service for an Azure API service operation? The "send-request" Policy Statement allows you to call an extra web service and store the response in a given variable. The "send-request" statement has the following syntax: &lt;send-...
2018-01-13, 2956🔥, 0💬

'wait' Policy Statement
How to use the "wait" Policy statement to make multi-threading calls for an Azure API service operation? The "wait" Policy Statement allows you to make multi-threading calls to external systems. The "wait" statement has the following syntax: &lt;wait for="all|any"&gt; &lt;send-request .....
2018-01-13, 1430🔥, 0💬

'set-status' Policy Statement
How to use the "set-status" Policy statement to modify the response status for an Azure API service operation? The "set-status" Policy Statement allows you to change the status code of the response. For example, the following outbound policy changes the status code of the response to 401: &lt;ou...
2018-01-13, 1310🔥, 0💬

What Is RSS (Rich Site Summary)
What Is RSS (Rich Site Summary)? RSS (Really Simple Syndication) is a type of Web syndication or feed in XML format which allows users to access updates of a Website in a standardized format. RSS originally called RDF (Resource Description Framework) Site Summary. RSS is also called Rich Site Summar...
2018-01-08, 2471🔥, 0💬

Download RSS Specification
How to download RSS 2.0 Specification? You can follow this tutorial to download RSS 2.0 specification: 1. Go to RSS Specification page . 2. Use the browser "Save As" function to save a copy to your computer.   ⇒ RSS specifications ⇐ MIME Type Definition for RSS Files ⇑ Introduction of RSS ⇑⇑ RSS F...
2018-01-08, 1806🔥, 0💬

Real RSS XML Examples
Where to get a Real RSS XML example? You can follow this tutorial to get a real RSS XML example: 1. Go to FYIcenter.com Developer Website . 2. Scroll to the bottom and click the "RSS" link. You see an RSS XML document displayed as an XML tree or as new feeds depending on the Web browser you are usin...
2018-01-08, 1749🔥, 0💬

RSS specifications
Where to find tutorials on Understanding RSS specifications? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Understanding RSS specifications: RSS Document Structure RSS "channel" Element RSS "channel/image" Element RSS "channel/textInput" Elem...
2018-01-08, 1568🔥, 0💬

Introduction of RSS
Where to find tutorials in understanding what is RSS? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is RSS. What Is RSS (Rich Site Summary) What Is the Relation between RSS and XML Versions of RSS Specifications Real RSS XM...
2018-01-08, 1366🔥, 0💬

Atom XML Schema at ogcnetwork.net
Where Can I get a copy of the Atom XML Schema? A XSD (XML Schema Definition) file contains a set of definitions of XML elements and attributes to form a new XML based specification. The same DTD file can be used to validate XML files that comply with the new specification. Atom feed is an XML based ...
2018-01-06, 2459🔥, 0💬

Atom "feed/entry" Element
What is the Atom "feed/entry" element? The Atom "feed/entry" element presents a single Atom feed entry. The Atom "feed/entry" element contains the following information: id - REQUIRED. Specifies an identification that uniquely identifies this Atom feed entry. For example: &lt;id&gt;http://de...
2018-01-06, 1759🔥, 0💬

Using Atom Tools
Where to find tutorials on Using Atom Tools? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Atom Tools: Atom Online Validators Atom Online Validator at w3.org Atom Validation Errors at w3.org View Atom Feeds with IE (Internet Explorer) G...
2018-01-06, 1746🔥, 0💬

HTML Tags in Atom "feed/entry/summary"
How to enter HTML Tags in Atom "feed/entry/summary"? In most cases, the "feed/entry/summary" XML element should contain a text string describing the Atom feed entry without HTML tags. But sometimes, you would like to include HTML tags in the "feed/entry/summary" XML element, to provide images and hy...
2018-01-06, 1727🔥, 0💬

Atom "feed" Element
What is the Atom "feed" element? The Atom "feed" element presents a group of Atom feeds entries generated by the same producer. The Atom "feed" element contains the following information: Atom namespace - REQUIRED. The Atom namespace of http://www.w3.org/2005/Atom must be declared. For example: &...
2018-01-06, 1627🔥, 0💬

Atom Online Validator at w3.org
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http://validator.w3.org/feed/. It offers you two methods to validate your Atom feed document: Validate by URL - Validating a feed file by entering the URL where the feed file is located. Validate by Direct ...
2017-12-31, 4872🔥, 0💬

Atom Validation Errors at w3.org
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3.org will detect the errors and provide information to help you to resolve them as shown in this tutorial: 1. Go to Feed Validation Service at w3.org . 2. Click the "Validate by Direct Input" tab. You...
2017-12-31, 2996🔥, 0💬

<< < 37 38 39 40 41 42 43 44 45 46 47 > >>   Sort: Rank