<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.tigli.fr/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.tigli.fr/feed.php">
        <title>JY Tigli Homepages cours:ws-rest_and_ws-soap</title>
        <description></description>
        <link>http://www.tigli.fr/</link>
        <image rdf:resource="http://www.tigli.fr/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-30T18:14:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:eventing_lab2&amp;rev=1522910463&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lab&amp;rev=1556094032&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lecture1&amp;rev=1519278393&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lecture2&amp;rev=1553681069&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:soap-core&amp;rev=1520177001&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.tigli.fr/lib/exe/fetch.php?media=favicon.ico">
        <title>JY Tigli Homepages</title>
        <link>http://www.tigli.fr/</link>
        <url>http://www.tigli.fr/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:eventing_lab2&amp;rev=1522910463&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-04-05T06:41:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LAB 2 : Web Service Eventing and Velib Project</title>
        <link>http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:eventing_lab2&amp;rev=1522910463&amp;do=diff</link>
        <description>LAB 2 : Web Service Eventing and Velib Project

 to combine Service-Oriented Architecture and Event-Driven Architecture ...

The purpose of this lab is to superpose an event driven architecture to our past service oriented approach.

As an extension of the</description>
    </item>
    <item rdf:about="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lab&amp;rev=1556094032&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-04-24T08:20:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>REST and SOAP WS, VELIB Project</title>
        <link>http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lab&amp;rev=1556094032&amp;do=diff</link>
        <description>REST and SOAP WS, VELIB Project

This Lab is a first step of the course (Session 1 + Session 2).



Velib Gateway Web Service

The main idea of this lab is to develop and deploy an intermediary Web service (IWS) between the Velib WS and some WS clients.</description>
    </item>
    <item rdf:about="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lecture1&amp;rev=1519278393&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-02-22T05:46:33+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>REST Web Service and tutorial with Visual Studio 2017</title>
        <link>http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lecture1&amp;rev=1519278393&amp;do=diff</link>
        <description>REST Web Service and tutorial with Visual Studio 2017

Introduction to REST Web Services

[REST-WS and Resource oriented Approach]

REST-WS under Visual Studio with Windows Communication Foundation

[Tutorial WS-REST with Visual Studio]</description>
    </item>
    <item rdf:about="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lecture2&amp;rev=1553681069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-03-27T10:04:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SOAP Web Service and tutorial with Visual Studio 2017</title>
        <link>http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:lecture2&amp;rev=1553681069&amp;do=diff</link>
        <description>SOAP Web Service and tutorial with Visual Studio 2017

Introduction to the SOAP Web Services (WS-SOAP)

[WS-SOAP and RPC oriented Approach]

WS-SOAP under Visual Studio with Windows Communication Foundation

[Tutorial WS-SOAP with Visual Studio]</description>
    </item>
    <item rdf:about="http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:soap-core&amp;rev=1520177001&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-04T15:23:21+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WS-Soap on .Net Core</title>
        <link>http://www.tigli.fr/doku.php?id=cours:ws-rest_and_ws-soap:soap-core&amp;rev=1520177001&amp;do=diff</link>
        <description>WS-Soap on .Net Core

Soap-core : SOAP protocol middleware for ASP.NET Core.

a SOAP service with ASP.NET Core

See Microsoft article:Custom ASP.NET Core Middleware Example.</description>
    </item>
</rdf:RDF>
