TARPARA KAUSHALkdtarpara.hashnode.dev·a day agoTypes of API1. SOAP (Simple Object Access Protocol) What it is: SOAP is a protocol for exchanging structured information in the form of XML. It was designed for high-level security and reliability. How it works: SOAP uses XML to send messages and relies on spe...DiscussAPIs
API Integrationapiintegrationtech.hashnode.dev·Nov 15, 2024SOAP vs REST – API Differences Explained!Preface Suppose you are ordering food at a restaurant, and you have two ways. You can either talk to a waiter, go through a detailed process, and wait for your meal (SOAP API), or you can use a quick, easy app to order and pay in a few taps (REST API...DiscussSOAP API
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 26, 2024API - Application Programming InterfaceAPIs - Application Programming Interface APIs are used for Communications Abstraction hiding the implementation of process , ex if you hit the POST call its will go to the Server and its post the data but actually the POST doesn’t know the How its im...Discuss·2 likesAPIs
Gift Ayodeledevgifttemitope.hashnode.dev·Oct 8, 2024Understanding Application Programming Interfaces (API)You've probably heard the term API thrown around a lot, especially if you're involved with technology or software development. But what exactly are APIs, and why do they matter so much? In this post, we’ll break down what APIs are, how they work, and...DiscussProgramming FundamentalsAPIs
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 3, 2024Latest Trends & Tools in Automation TestingAutomation testing is rapidly evolving, driven by advancements in technology and the growing complexity of modern software systems. Staying updated with the latest trends and tools in this field is crucial for professionals aiming to maintain a compe...Discuss·1 likeTestingTesting
Pranav Bawgikarpranavbawg.hashnode.dev·Sep 29, 2024Architectural Styles for Cloud Applications[17] Introduction Cloud computing is based on the client-server paradigm. The vast majority of cloud applications take advantage of request/response communication between clients and stateless servers. A stateless server does not require a client to ...DiscussCloud
Aakashi Jaiswalaakashi.hashnode.dev·Sep 21, 2024A Brief Overview of API Types, Protocols, and ArchitecturesA short Glimpse of My Day I woke up at 7:50 a.m.today. Made a tweet of “Rise and shine” and then made my To-Do list, I didn’t have classes today, I tried to utilize my day by planning about my project, made the layout of it. From I will start working...Discuss·1 likeAPIs
Raghavendhra Yarlagaddaminerva18.hashnode.dev·Aug 15, 2024Update Custom Metadata Record in an External Salesforce Org Using SOAP APIBackground: Recently, I worked on a project where I needed to update a custom metadata record in an external Salesforce org. Our source org held a list of configurations, each corresponding to an external org. Whenever a configuration was updated in ...DiscussSalesforce
B. Shrutikmirageazlit.hashnode.dev·Jul 14, 2024APIs in ActionIntroduction > APIs simplify and accelerate application and software development by allowing developers to integrate data, services and capabilities from other applications, instead of developing them from scratch. APIs allow for the sharing of only ...DiscussAPIs
Krishnat Ramchandra Hogalekrish27.hashnode.dev·Jun 5, 2024Introduction to SoapUIWhat is SoapUI? SoapUI is a powerful and user-friendly tool for testing SOAP (Simple Object Access Protocol) and REST (Representational State Transfer) web services. It allows developers and testers to create, execute, and automate functional, regres...Discussdevperfops