{"id":14875,"date":"2022-12-29T08:29:10","date_gmt":"2022-12-29T07:29:10","guid":{"rendered":"https:\/\/www.itta.net\/formations\/web_services_fundamentals_and_architectures\/"},"modified":"2025-09-21T18:49:53","modified_gmt":"2025-09-21T16:49:53","slug":"web-services-fundamentals-and-architectures","status":"publish","type":"formations","link":"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/","title":{"rendered":"Web Services &#8211; Fundamentals and Architectures"},"content":{"rendered":"<p>The web service training provides you with a complete understanding of the foundations and modern architectures. It is designed for professionals who want to build strong skills in this key area. You will discover how web services facilitate data exchange and communication between applications. Through this course, you will learn how to use SOAP, REST, JSON, and many other current standards.<\/p>\n<h3>Practical and structured learning<\/h3>\n<p>Web services play a central role in the design of modern applications. In this course, you will study SOAP and REST architectures, while also addressing key aspects of security and performance. You will put your knowledge into practice through real-world examples and deployments. This progressive approach will help you understand every step of implementing a web service.<\/p>\n","protected":false},"featured_media":0,"parent":0,"menu_order":0,"template":"","editeurs":[2693],"domaine":[1262,2821],"class_list":["post-14875","formations","type-formations","status-publish","hentry","editeurs-itta-developement-en","domaine-development","domaine-web-development"],"acf":{"reference":"WSFA","duree_nombre":2,"duree_unite":"jour","prix_virtuel":1500,"prix_presentiel":1600,"prix_blended":"","prix_elearning":"","views":1698,"niveau":["Fondamental"],"role":"","certifiant":"","pdus":"","lieux":["Gen\u00e8ve","Lausanne"],"formats_dapprentissage":["presentiel","virtuel"],"examen_inclus":"Non certifiant","garanti":[""],"financement":["Temptraining"],"description_temptraining":"","description_caf":"","description_title":"Web Services training - Fundamentals and Architectures","objectifs":"<ul>\r\n  <li>Understand the basics of web services and their role<\/li>\r\n  <li>Define and manipulate SOAP messages with WSDL<\/li>\r\n  <li>Implement web services using the code-first approach<\/li>\r\n  <li>Develop contract-first services with JAX-WS<\/li>\r\n  <li>Apply web service security mechanisms<\/li>\r\n  <li>Design and compare SOAP and REST architectures<\/li>\r\n  <li>Develop RESTful services with JAX-RS<\/li>\r\n  <li>Manage data exchanges with JSON and AJAX<\/li>\r\n<\/ul>\r\n","connaissances":"<ul>\r\n \t<li>Basic knowledge of computer systems and programming<\/li>\r\n<\/ul>","profils_participants":"<ul>\r\n<li>Decision-makers and IT managers<\/li>\r\n<li>Technical project managers<\/li>\r\n<li>Application developers<\/li>\r\n<li>Software architects<\/li>\r\n<\/ul>","examen":"","documentation":"<ul>\r\n \t<li>Digital Courseware included<\/li>\r\n<\/ul>","lab__exercices":"<ul>\r\n<li>This course includes hands-on exercises designed to reinforce your knowledge and apply your skills in real-world professional scenarios.<\/li>\r\n<\/ul>","contenu_cours":"<strong>Module 1: Overview of Web Services<\/strong>\r\n<ul>\r\n \t<li>Interoperable applications with SOA<\/li>\r\n \t<li>Designing a SOA integration architecture<\/li>\r\n \t<li>Implementing SOA with web services<\/li>\r\n \t<li>Standard Java API for web services<\/li>\r\n \t<li>Creating SOAP services with JAX-WS<\/li>\r\n<\/ul>\r\n<strong>Module 2: Defining SOAP Messages with WSDL<\/strong>\r\n<ul>\r\n \t<li>Essential elements of XML<\/li>\r\n \t<li>XML namespaces<\/li>\r\n \t<li>XML description with schema<\/li>\r\n \t<li>Structure of SOAP messages<\/li>\r\n \t<li>Role of SOAP in web services<\/li>\r\n \t<li>Operations, messages and faults<\/li>\r\n \t<li>Anatomy of a WSDL document<\/li>\r\n \t<li>Defining the interfaces of a web service<\/li>\r\n \t<li>Specifying implementation<\/li>\r\n<\/ul>\r\n<strong>Module 3: Code-First Web Service Implementation<\/strong>\r\n<ul>\r\n \t<li>Exposing simple Java objects (POJOs) as web services<\/li>\r\n \t<li>Applying JAX-WS annotations to POJOs<\/li>\r\n \t<li>Configuring and deploying a W service implementation<\/li>\r\n \t<li>Implementing SOAP clients in Java<\/li>\r\n \t<li>Generating client-side artifacts from WSDL<\/li>\r\n \t<li>Modifying client code to allow message monitoring<\/li>\r\n \t<li>Client authentication and authorization<\/li>\r\n \t<li>Enhancing SOAP-based services<\/li>\r\n \t<li>Integrating best practices for web services<\/li>\r\n \t<li>Implementing security, reliability and message optimization policies<\/li>\r\n<\/ul>\r\n<strong>Module 4: Contract-First Web Service Development<\/strong>\r\n<ul>\r\n \t<li>Developing contract-based services<\/li>\r\n \t<li>Comparing contract-first and code-first services<\/li>\r\n \t<li>Creating portable Java artifacts<\/li>\r\n \t<li>Importing a WSDL document<\/li>\r\n \t<li>Creating interoperable applications in accordance with WS-I (Web Services Interoperability) standards<\/li>\r\n \t<li>Implementing a web service endpoint using JAX-WS<\/li>\r\n<\/ul>\r\n<strong>Module 5: Web Service Security (WS-Security)<\/strong>\r\n<ul>\r\n \t<li>Definitions<\/li>\r\n \t<li>Challenges Public Key Infrastructure (PKI)<\/li>\r\n \t<li>Digital signature<\/li>\r\n \t<li>Certificates<\/li>\r\n \t<li>Overview of web service security<\/li>\r\n \t<li>SOAP message security<\/li>\r\n \t<li>Message integrity<\/li>\r\n \t<li>Message confidentiality<\/li>\r\n \t<li>Example of symmetric encryption<\/li>\r\n \t<li>Identity token-based authentication<\/li>\r\n \t<li>Authentication<\/li>\r\n \t<li>Audit tracking<\/li>\r\n<\/ul>\r\n<strong>Module 6: Introduction to REST (Representational State Transfer)<\/strong>\r\n<ul>\r\n \t<li>Description of the REST architectural style<\/li>\r\n \t<li>Comparison of SOAP and RESTful web services<\/li>\r\n<\/ul>\r\n<strong>Module 7: RESTful Methods<\/strong>\r\n<ul>\r\n \t<li>POST<\/li>\r\n \t<li>GET<\/li>\r\n \t<li>PUT<\/li>\r\n \t<li>DELETE<\/li>\r\n \t<li>Others...<\/li>\r\n<\/ul>\r\n<strong>Module 8: RESTful Architecture<\/strong>\r\n<ul>\r\n \t<li>Distributed resources<\/li>\r\n \t<li>Client\/server, stateless, layered, and cacheable<\/li>\r\n<\/ul>\r\n<strong>Module 9: Development of RESTful Web Services with JAX-RS<\/strong>\r\n<ul>\r\n \t<li>Adding JAX-RS annotations to a POJO<\/li>\r\n \t<li>Configuring result types using HTTP request headers<\/li>\r\n \t<li>Deploying a JAX-WS service<\/li>\r\n<\/ul>\r\n<strong>Module 10: Server-side Support for Ajax Clients<\/strong>\r\n<ul>\r\n \t<li>Handling JavaScript Object Notation (JSON)<\/li>\r\n \t<li>Applying JSON case studies to RESTful services<\/li>\r\n \t<li>Interpreting a JSON format message<\/li>\r\n \t<li>Mapping Java to JSON<\/li>\r\n \t<li>Controlling JSON generation with JAXB annotations<\/li>\r\n \t<li>Defining a JSON return type from a Java method<\/li>\r\n<\/ul>\r\n<strong>Module 11: Sending REST Messages with JAX-RS<\/strong>\r\n<ul>\r\n \t<li>Building the client request<\/li>\r\n \t<li>Handling service response code and exceptions.<\/li>\r\n<\/ul>","cours_recommandes":"","infos_additionnelles":"<h3>Why take a web service training today<\/h3>\r\nIn today\u2019s digital world, communication between applications has become a major challenge. Companies must connect different systems, exchange data in real time, and maintain high security. A web service training addresses these needs by giving professionals a clear understanding of integration technologies. It provides concrete skills to design and implement robust solutions capable of supporting the complexity of modern environments.\r\n<h3>The foundations of an efficient architecture<\/h3>\r\nWeb service architecture is based on standards that ensure compatibility and interoperability. SOAP and REST are the two most widely used approaches today. Understanding their differences and advantages helps choose the best solution for each project. SOAP remains very present in demanding contexts, where reliability and standardization are key. REST is preferred for its simplicity, speed, and natural integration with modern applications. The training shows how these architectures complement each other and how to implement them effectively.\r\n<h3>The role of APIs in web services<\/h3>\r\nAPIs are now at the heart of software ecosystems. They make it easier to connect services, mobile applications, and distributed systems. Learning to design and leverage APIs in a web service training is essential to meet today\u2019s user expectations. The focus is on creating simple, secure, and scalable interfaces. Participants also discover best practices for documenting and testing APIs, ensuring their adoption and long-term maintenance.\r\n<h3>Security, an essential requirement<\/h3>\r\nImplementing web services inevitably raises security concerns. Exchanged data must remain confidential and intact. The training covers in detail mechanisms such as digital signatures, authentication, encryption, and certificate management. These elements are essential to ensure trust in exchanges between systems. The goal is to provide professionals with the knowledge to design secure services from the ground up and reduce risks related to cyberattacks.\r\n<h3>From theory to practice with SOAP and REST<\/h3>\r\nOne of the main strengths of this training is the combination of theory and practice. Learners work on concrete cases of design and deployment. They learn how to define contracts with WSDL, generate SOAP services with JAX-WS, and implement RESTful services with JAX-RS. The use of JSON as a lightweight and efficient format for data exchange is also covered. This approach helps understand the concepts while applying them to real-world projects.\r\n<h3>The impact on professional projects<\/h3>\r\nTaking a web service training is not limited to acquiring new technical skills. It directly impacts the quality and performance of projects. Companies today are looking for developers able to design interoperable, secure, and sustainable solutions. Mastering web service architecture is a major asset in the job market. This skill also improves collaboration within teams, by facilitating system integration and reducing costs linked to incompatibilities.\r\n<h3>Cross-functional and evolving skills<\/h3>\r\nTechnologies evolve rapidly, but the principles of web services remain stable. By understanding the basics, professionals can more easily adapt to new tools and frameworks. The knowledge gained from this training is not limited to one language or platform. It builds a reusable foundation across different environments, whether Java, .NET, or cloud solutions. This flexibility makes it possible to stay competitive and anticipate changes in the industry.\r\n<h3>FAQ<\/h3>\r\n<strong>What are the benefits of a web service training for a developer?<\/strong>\r\nIt teaches how to design interoperable, secure solutions adapted to modern business needs.\r\n\r\n<strong>What is the main difference between SOAP and REST?<\/strong>\r\nSOAP is based on standardized XML messages, while REST uses HTTP methods with more lightness and speed.\r\n\r\n<strong>Are web services still used in the cloud?<\/strong>\r\nYes. They remain essential to connect applications, exchange data, and set up hybrid architectures.\r\n\r\n<strong>Is this training suitable for a beginner in programming?<\/strong>\r\nYes, provided you master the basics of programming and object-oriented logic. The content remains accessible and progressive.\r\n\r\n<strong>What are the concrete uses of web services in a company?<\/strong>\r\nThey are used to connect software, integrate business applications, secure exchanges, and automate internal processes.","inclus_dans_ce_cours_virtuel":"<ul>\r\n \t<li>Training provided by an industry expert<\/li>\r\n \t<li>Digital documentation and materials<\/li>\r\n \t<li>Achievement badge<\/li>\r\n<\/ul>","inclus_dans_ce_cours_presentiel":"<ul>\r\n \t<li>Training provided by an industry expert<\/li>\r\n \t<li>Digital documentation and materials<\/li>\r\n \t<li>Achievement badge<\/li>\r\n<\/ul>","inclus_dans_ce_cours_blended":"","inclus_dans_ce_cours_elearning":"","inclus_dans_ce_cours_surmesure":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Web Services Training - Fundamentals and Architectures - ITTA<\/title>\n<meta name=\"description\" content=\"Web service training to master SOAP and REST. Learn to create reliable and secure services today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/web-development\\\/web-services-fundamentals-and-architectures\\\/\",\"url\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/web-development\\\/web-services-fundamentals-and-architectures\\\/\",\"name\":\"Web Services Training - Fundamentals and Architectures - ITTA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#website\"},\"datePublished\":\"2022-12-29T07:29:10+00:00\",\"dateModified\":\"2025-09-21T16:49:53+00:00\",\"description\":\"Web service training to master SOAP and REST. Learn to create reliable and secure services today.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/web-development\\\/web-services-fundamentals-and-architectures\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/web-development\\\/web-services-fundamentals-and-architectures\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/web-development\\\/web-services-fundamentals-and-architectures\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.itta.net\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Development\",\"item\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Web Development\",\"item\":\"https:\\\/\\\/www.itta.net\\\/en\\\/trainings\\\/development\\\/web-development\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Web Services &#8211; Fundamentals and Architectures\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.itta.net\\\/en\\\/\",\"name\":\"ITTA\",\"description\":\"Formations &amp; Certifications en Suisse Romande\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.itta.net\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Organization\",\"EducationalOrganization\"],\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#organization\",\"name\":\"ITTA\",\"alternateName\":\"IT TRAINING ACADEMY SA\",\"url\":\"https:\\\/\\\/www.itta.net\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.itta.net\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Logo-transparent.png\",\"contentUrl\":\"https:\\\/\\\/www.itta.net\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/Logo-transparent.png\",\"width\":1500,\"height\":623,\"caption\":\"ITTA\"},\"image\":{\"@id\":\"https:\\\/\\\/www.itta.net\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/people\\\/ITTA\\\/100063747262936\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/1001738\",\"https:\\\/\\\/www.instagram.com\\\/itta_suisse\\\/\"],\"contactPoint\":{\"@type\":\"ContactPoint\",\"telephone\":\"+41 58 307 73 00\",\"contactType\":\"customer service\",\"availableLanguage\":[\"French\",\"English\"],\"areaServed\":[{\"@type\":\"Country\",\"name\":\"Switzerland\"},{\"@type\":\"Country\",\"name\":\"France\"}]},\"location\":[{\"@type\":\"Place\",\"name\":\"ITTA Geneve\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Route des Jeunes 35\",\"addressLocality\":\"Carouge\",\"postalCode\":\"1227\",\"addressRegion\":\"GE\",\"addressCountry\":\"CH\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":46.18274,\"longitude\":6.12922}},{\"@type\":\"Place\",\"name\":\"ITTA Lausanne\",\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"Rue des Cotes-de-Montbenon 16\",\"addressLocality\":\"Lausanne\",\"postalCode\":\"1003\",\"addressRegion\":\"VD\",\"addressCountry\":\"CH\"},\"geo\":{\"@type\":\"GeoCoordinates\",\"latitude\":46.52111,\"longitude\":6.62734}}]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Web Services Training - Fundamentals and Architectures - ITTA","description":"Web service training to master SOAP and REST. Learn to create reliable and secure services today.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/","url":"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/","name":"Web Services Training - Fundamentals and Architectures - ITTA","isPartOf":{"@id":"https:\/\/www.itta.net\/en\/#website"},"datePublished":"2022-12-29T07:29:10+00:00","dateModified":"2025-09-21T16:49:53+00:00","description":"Web service training to master SOAP and REST. Learn to create reliable and secure services today.","breadcrumb":{"@id":"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/web-services-fundamentals-and-architectures\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.itta.net\/en\/"},{"@type":"ListItem","position":2,"name":"Development","item":"https:\/\/www.itta.net\/en\/trainings\/development\/"},{"@type":"ListItem","position":3,"name":"Web Development","item":"https:\/\/www.itta.net\/en\/trainings\/development\/web-development\/"},{"@type":"ListItem","position":4,"name":"Web Services &#8211; Fundamentals and Architectures"}]},{"@type":"WebSite","@id":"https:\/\/www.itta.net\/en\/#website","url":"https:\/\/www.itta.net\/en\/","name":"ITTA","description":"Formations &amp; Certifications en Suisse Romande","publisher":{"@id":"https:\/\/www.itta.net\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.itta.net\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Organization","EducationalOrganization"],"@id":"https:\/\/www.itta.net\/en\/#organization","name":"ITTA","alternateName":"IT TRAINING ACADEMY SA","url":"https:\/\/www.itta.net\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.itta.net\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.itta.net\/wp-content\/uploads\/2023\/02\/Logo-transparent.png","contentUrl":"https:\/\/www.itta.net\/wp-content\/uploads\/2023\/02\/Logo-transparent.png","width":1500,"height":623,"caption":"ITTA"},"image":{"@id":"https:\/\/www.itta.net\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/ITTA\/100063747262936\/","https:\/\/www.linkedin.com\/company\/1001738","https:\/\/www.instagram.com\/itta_suisse\/"],"contactPoint":{"@type":"ContactPoint","telephone":"+41 58 307 73 00","contactType":"customer service","availableLanguage":["French","English"],"areaServed":[{"@type":"Country","name":"Switzerland"},{"@type":"Country","name":"France"}]},"location":[{"@type":"Place","name":"ITTA Geneve","address":{"@type":"PostalAddress","streetAddress":"Route des Jeunes 35","addressLocality":"Carouge","postalCode":"1227","addressRegion":"GE","addressCountry":"CH"},"geo":{"@type":"GeoCoordinates","latitude":46.18274,"longitude":6.12922}},{"@type":"Place","name":"ITTA Lausanne","address":{"@type":"PostalAddress","streetAddress":"Rue des Cotes-de-Montbenon 16","addressLocality":"Lausanne","postalCode":"1003","addressRegion":"VD","addressCountry":"CH"},"geo":{"@type":"GeoCoordinates","latitude":46.52111,"longitude":6.62734}}]}]}},"_links":{"self":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/formations\/14875","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/formations"}],"about":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/types\/formations"}],"wp:attachment":[{"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/media?parent=14875"}],"wp:term":[{"taxonomy":"editeurs","embeddable":true,"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/editeurs?post=14875"},{"taxonomy":"domaine","embeddable":true,"href":"https:\/\/www.itta.net\/en\/wp-json\/wp\/v2\/domaine?post=14875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}