TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About SOA
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Prashant Bansal (6)
Catalini Tomescu (4)
John Godel (4)
Vithal Wadje (3)
Ramesh Kartik (3)
C# Curator (3)
Ayush Gupta (2)
Sourav Kayal (2)
Sarvesh Shinde (2)
Rishikesh Kumar Singh (2)
R. Seenivasaragavan Ramadurai (2)
Jesus Rodriguez (2)
Sreenath Kappoor (1)
Sachin Kalia (1)
Adalat Khan (1)
Vidya Vrat Agarwal (1)
Prashant Nimbare (1)
Ibrahim Ersoy (1)
Ranjith (1)
Raj Kumar (1)
Anandu G Nath (1)
Keyur (1)
Kailash Chandra Behera (1)
Abdul Sammad (1)
Tural Suleymani (1)
Roger Smith (1)
Aravind Govindaraj (1)
Pushpendra Singh (1)
Aman Gupta (1)
Ashok Kumar P (1)
Rasmita Dash (1)
Keyur Patel (1)
Sudheendra Desai (1)
Daniel Gomez (1)
Abhishek Goswami (1)
Chintan Rathod (1)
Sunil (1)
Vishal Nayan (1)
Santhakumar Munuswamy (1)
Anand Thakur (1)
Amit Tiwari (1)
Sarathlal Saseendran (1)
Jignesh Kumar (1)
Debasis Saha (1)
Mohammed Shamil Abdullah Basha (1)
Gul Md Ershad (1)
Michal Habalcik (1)
Kaushik S (1)
Amit Choudhary (1)
Mukesh Kumar (1)
Shivprasad (1)
Nitin Pandit (1)
Devesh Omar (1)
Jagan Mohan (1)
Devanand Laroiya (1)
James Gibson (1)
Sachin Bhardwaj (1)
Srinivas Sampath (1)
Mahesha Channabasappa (1)
Anand Narayan (1)
Tulasi Guraja (1)
Robert Keith (1)
kamalpatel125 (1)
Shantanu (1)
Sushila Patel (1)
Vijay Cinnakonda (1)
Kalyan Bandarupalli (1)
manish Mehta (1)
Sovon Nath (1)
S.R.Ramadurai, K.Sreenivasan (1)
John Charles Olamendy (1)
Jon Preece (1)
Pradeep Chandraker (1)
madishetti shiva shankar (1)
Praveen Kumar (1)
Bosco Wilfred (1)
Filip Bulovic (1)
Related resources for SOA
No resource found
Web API
8/8/2024 5:21:25 AM.
A Web API (Application Programming Interface) enables applications to communicate over the internet. Using protocols like HTTP and data formats such as JSON and XML, Web APIs facilitate interaction be
Choosing ASP.Net Web API or WCF
6/12/2024 7:33:46 AM.
Understand the transition from WCF to ASP.NET Web API, emphasizing HTTP-centric design, simplicity, and coexistence. ASP.NET Web API targets HTTP services, supporting diverse client bases including ri
An Overview Of Web Services In .NET
6/4/2024 9:50:10 AM.
A web service is an XML-based information exchange system that creates direct interaction between the two applications over the internet or network in order to exchange data or information.
WADL vs WSDL: The Battle of Web Service Descriptors
5/30/2024 4:41:19 AM.
Explore the significance and evolution of WSDL and WADL in web service description. WSDL, tailored for SOAP-based services, contrasts with WADL, simpler and geared towards RESTful services. While WSDL
API Architectures Evolution Analysis of SOAP REST and GraphQL
5/17/2024 4:59:24 AM.
The Evolution of API Architectures: A Comparative Analysis of SOAP, REST, and GraphQL. This article explores the history, evolution, and modern relevance of SOAP, REST, and GraphQL in API development,
Web Service Method Attribute Properties
4/30/2024 9:42:58 AM.
Web Service Method Attribute Properties define behavior and metadata for methods in web services. They encompass features like message formatting, parameter handling, and service invocation specificat
Method Overloading In Web Services
4/30/2024 7:24:19 AM.
Method overloading in web services involves defining multiple methods with the same name but different parameters. This enables versatility and cleaner API design, allowing services to handle diverse
What, Why and How: SOA With Microsoft
4/29/2024 11:21:58 AM.
Explore Service-Oriented Architecture (SOA) with Microsoft for streamlined, modular applications. Harness Microsoft technologies like Azure and BizTalk Server to design, implement, and integrate servi
Using the Web Services in ASP.NET
4/25/2024 7:55:47 AM.
Explore the creation of Web Services with ASP.Net, their architecture, and usage. Learn about SOAP protocol, WSDL, and UDDI for service description and discovery. See how to create and consume Web Ser
SoapFormatter in C#
4/23/2024 11:25:44 AM.
Learn to serialize and deserialize objects using SOAPFormatter in .NETFramework. Understand the usage of the IFormatter interface with Serialize and Deserialize functions. Implement serialization wit
Remote Procedure Calls using SOAP
4/4/2024 9:32:03 AM.
Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring i
How To Invoke SOAP Web Service in MuleSoft
12/24/2023 10:34:46 AM.
In this article, you will learn how to invoke SOAP Web Service from the MuleSoft application. SOAP (Simple Object Access Protocol) is a protocol for exchanging structured information in the implementa
SOAP VS REST API
12/23/2023 11:44:10 AM.
Difference between soap and rest API.In the field of Web Development, the most common and well-known keyword is Web Services. So before going to start the discussion about Rest and Soap API, we first
Calling Web Service Using SOAP Request In Console Application
11/20/2023 10:45:19 AM.
In this article we will learn how to make the post request to web service using SOAP message to and get response from service.
Service Oriented Architecture vs Microservice Architecture
10/17/2023 10:06:47 AM.
In software development, choosing the right architectural approach is critical to a project's success. Two prominent contenders in this area are Service-Oriented Architecture (SOA) and Microservic
Serialize And Deserialize Using SoapFormatter Class In C#
10/6/2023 9:40:28 AM.
In this article you will learn about Serialize and Deserialize using SoapFormatter Class in C#.
SOAP Web Service in .NET Core
8/18/2023 7:40:09 AM.
Discover JavaScript's Math Functions: From rounding and absolute values to square roots and random numbers, learn about vital math operations with concise examples.
How to Create Records for Salesforce SObjects using SOAP API?
8/14/2023 10:09:42 AM.
In this article, we explore how we can create new records for Salesforce Standard & Custom SObjects using SOAP API Endpoints available for the Salesforce Platform.
Salesforce SOAP API: POST Request With SOQL Query Envelope [Custom SObjects]
7/30/2023 5:23:49 AM.
In this article, we will discuss the detailed steps on executing SOQL queries for Custom Salesforce SObjects using SOAP API. In this demo, we will look into how to query fields with lookup relationshi
Salesforce SOAP API: POST Request With SOQL Query Envelope [Standard SObjects]
7/27/2023 11:11:56 AM.
In this article, we will discuss the detailed steps on executing SOQL queries for Standard Salesforce SObjects using SOAP API Query Envelopes.
Salesforce SOAP API Authentication - Login Request
7/21/2023 8:57:30 AM.
This article is focused on the Authentication mechanism for Salesforce SOAP-based services.
How To Prepare Environment For Salesforce API Based Development
7/21/2023 8:41:16 AM.
In this article, we will discuss the detailed steps on how to set up the environment for API Development in Salesforce with all prerequisites tools & permissions.
How To Develop Custom Salesforce SOAP API Endpoint
7/21/2023 8:14:18 AM.
In this article, we will discuss detailed steps on how to develop Custom SOAP APIs for Salesforce and how can we consume the SOAP API Endpoint using Postman API Client. We will also look for Service O
Differences Between Object Oriented Development(OOD) And Service Oriented Architecture(SOA)
2/16/2023 10:37:39 AM.
This article in deep explains the differences between Object Oriented Development(OOD) and SOA(Service Oriented Architecture).
Using SOAP Headers to Validate Clients
11/17/2022 9:10:37 AM.
In this brief article I will attempt to show you how you can use SOAP headers within your web service to validate clients and thereby secure your service from unauthorized usage.
API Styles Evolution
10/26/2022 7:09:17 AM.
In this article, you will learn about API Styles and its evolution.
Web3 Developer Salary Soars In 2022
5/18/2022 2:15:08 PM.
In this article, you will learn about Web3 Developer Salary.
Microservices With Java
5/17/2022 12:48:49 PM.
In this article, you will learn about Microservices with Java.
Introduction to Web Services
1/31/2022 11:25:19 AM.
A tutorial explains basics of web services followed by sample example.
Web Service vs. WCF Service
4/15/2021 12:06:26 PM.
In this article, you will learn difference between Web Service vs. WCF Service.
How to Connect Salesforce API With C#
1/20/2021 11:35:41 AM.
This article explains how to connect to or integrate with Salesforce with C#.
.Net Serialization using Soap Formatter
11/23/2020 2:13:44 AM.
This article explains how to serialize objects using soap formatter which is used extensively in .Net Remoting.
Working with WCF Services through ASP.NET and DotVVM (A step-by-step guide)
9/23/2020 7:38:46 AM.
Calling Webservice Using Soap Client Open Source Library
4/14/2020 1:49:18 AM.
This article describes an open source JavaScript library for calling a webservice using an AJAX call.
How to Call Web Service in Android Using SOAP
2/17/2020 1:03:34 AM.
In this tutorial, we will learn how to call a Web Service using SOAP (Simple Object Access Protocol).
Using the Fault Contracts (SOAP Faults) in WCF Programming
9/11/2019 5:08:13 AM.
This article describes the usage of SOAP Fault Contracts in WCF programming.
Understand WCF: Part 8: Observe SOAP Message in WCF Communication
9/11/2019 4:13:40 AM.
In this article, we will learn to observe SOAP message in WCF communication.
Understand WCF: Part-1: What is SOA, Services and Messages
9/11/2019 3:13:42 AM.
The purpose of this article is to understand WCF from the very basics.
Create your first RESTful service with WCF 3.5
9/10/2019 4:53:08 AM.
How to Create Your First RESTful Service With WCF 3.5.
Difference Between Web Service and WCF
9/10/2019 3:32:14 AM.
This article explains the difference between Web Services and WCF techniques.
Exception Handling in WCF using Fault Contract
8/29/2019 4:28:12 AM.
This article demonstrates how to get error information from a service to a client using fault contract in WCF.
How to Implement Fault Contract in WCF
8/28/2019 3:27:54 AM.
A Fault Contract is a way to handle an error/exception in WCF.
Create REST Web API And Add Multiple POST Methods In One Controller
7/8/2019 9:41:14 AM.
In this article, we will see the basics of how to create a REST Web API project in ASP.NET using Visual Studio 2017 Community Edition. We will also see how to add multiple POST methods in one Controll
Call REST API From Microsoft FLOW
7/8/2019 9:38:04 AM.
In this article, we will see how to make the REST Web API authenticated and how to consume it from Microsoft Flow.
Enable SOAP And REST On Same WCF Service And Contract
12/7/2018 10:17:40 AM.
In this post, we will see both SOAP and REST enabled in same WCF service using same contract. People may think, WCF is an outdated technology after Web API became so popular. But I feel, we can still
Test RESTful API Using SoapUI
7/31/2018 11:10:49 AM.
This article explains test web api and Soap web services using SoapUI tool.
Comparison Between REST And SOAP APIs
6/3/2018 11:42:12 PM.
In this article, we will discuss the different types of differences between Rest & Soap API. So after reading this articles, reader will clearly understand why, when and how any one API out of thi
Transform Existing SOAP Based Web Service To REST Based API Using Azure API Management
3/21/2017 4:40:03 PM.
This article will explain how to transform existing SOAP based Web Services to REST based API , using Azure API Management.
Service - Oriented Architecture (SOA)
10/7/2016 3:43:00 PM.
This article is intended to explain the concept of SOA (Service Oriented Architecture).
Top 10 Acronyms Every Developer Should Be Familiar With
5/19/2016 1:06:13 PM.
This article explains the top 10 acronyms every single developer should be familiar with regardless of his other specifications.
Use Of SoapUI
11/29/2015 11:48:12 AM.
In this article we will learn how to make use of SoapUI to execute our WSDL.
SOA Best Practices - Simplifying ServiceFacade
11/17/2015 1:05:32 AM.
In this article you will learn about Service Oriented Architecture(SOA) and how to simplify ServiceFacade.
Who Is The Winner - Web API or WCF
10/10/2015 1:50:06 AM.
In this article, you will see the race between WCF and Web API.
Service Oriented Architecture (SOA) - FAQ's
1/29/2015 3:39:49 AM.
In this article we will discuss abour Service Oriented Architecture (SOA) which is must and essential for every architect.
Technologies Behind SOA
1/29/2015 3:33:18 AM.
In this article you will see few technologies in the world for SOA, like WSDL and UDDI.
Service Oriented Architecture: SOA
1/29/2015 3:31:29 AM.
In this article we will discuss Service Oriented Architecture and Simple Object Access Protocol.
Web Service in ASP.Net (Security by SOAP Authentication): Part 5
12/27/2014 2:58:33 PM.
In this article we will learn how to use a Web Method after Authentication.
Message Contract in WCF
7/21/2014 11:27:41 PM.
In this article I will discuss the benefits of message contracts with a source code example.
Calling WebService Using AJAX jQuery With SOAP Message Created Manually
5/3/2014 12:11:31 PM.
Here we will learn how to call a webservice using jQuery with a SOAP message created manually.
SOA Web Services Automation SOAPUI
9/23/2013 4:33:53 PM.
Design SOA web services test automation framework to support multiple operating systems and web hosts with single driver script using SOAP UI.
Web Service Optimization
4/15/2013 9:47:04 AM.
This article gives you 10 tips to optimize web services.
ExpertTexting SMS API Guide
4/14/2013 4:30:57 PM.
Here you will learn how to use the ExpertTexting gateway for sending SMS messages.
Difference Between REST and SOAP Protocols in iPhone
2/16/2013 5:00:53 PM.
In this article I explain the differences between the REST and SOAP protocols.
Web Services: Part 2 (Creating a WebService)
2/10/2013 5:39:32 PM.
In this article you will learn how to create Web Services and consume them in a client application.
Web Services: Part 1
2/4/2013 6:37:21 PM.
In this article you will learn about Web Services in detail.
Web Service using SOAP Toolkit in VB.NET
11/9/2012 7:53:02 AM.
The world of web services has taken applications by storm. From an era where applications were tightly bound to one another, we have reached a time wherein applications are delivered as a "service".
WS-Security Protocol with .NET – A Overview
10/13/2012 5:55:41 AM.
WS-Security is a security mechanism for web services coined by IBM, Microsoft and VeriSign. WS-Security introduces the concept of security tokens. These XML-based tokens contain claims about the sender of a SOAP message, and can include data sufficient to prove these claims.
Business Process Execution Language for Web Services 1.0
10/13/2012 5:50:50 AM.
Web Services use a loosely coupled integration model to allow flexible integration of heterogeneous systems in a variety of domains including business-to-consumer, business-to-business and enterprise application integration.
Measure Web Service Performance using NetMon
10/13/2012 5:43:34 AM.
This article gives an idea how to identify the performance of web method calls by using NETMon tool.
A C# SOAP Apache Client
10/13/2012 5:37:22 AM.
This part shall demonstrate how a simple web service can be created quickly using Visual Studio.Net.
C# to VB.NET Code Conversion Web Service
10/13/2012 5:31:33 AM.
ConvertCSharp2VB is a Web Service that converts a C# code block into VB.Net. It exposes the Service Description and WSDL for the Web Service, so you can implement this functionality in your applications.
Web Services between .NET, Java and MS SOAP Toolkit: Part I
10/13/2012 5:17:18 AM.
WinGhost 2.0 application allows you to show and hide applications running on your machine. I find this program useful at my work as I do lot of programming at any given time I can have a bunch windows open. I use it normally to hide just my windows I don't access that often.
Web Services between .NET, Java and MS SOAP Toolkit: Part 2
10/13/2012 5:14:58 AM.
This second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
.NET Framework and Web Services - Part 2
10/13/2012 4:54:03 AM.
Here we are going to learn how to create a WebService using VS.NET (using VB.NET.) and consume the Webservice from VB.NET Client. This Article is based on VS.NET RC1 Release.
A Better Solution for Enterprise Architects - SOA : Part I
10/13/2012 4:24:30 AM.
I would like to begin to determine what SOA (service-oriented architecture) is technically meaning. We can clearly say SOA is a methodology for designing software architectures to utilize and organize distributed systems using loosely coupled software services.
Invoking a Web Service dynamically using System.Net and SOAP
10/13/2012 2:45:11 AM.
This article explains how to invoke the web service dynamically.
Consuming a Web Service from NETCOBOL
9/30/2012 5:03:49 AM.
This article shows you how to consume a Web service from NetCOBOL.
Web services with Language Interoperability
9/30/2012 3:49:20 AM.
A web service in general is a way of exposing the properties and methods through the Internet In other words, it's an URL-addressable resource that programmatically returns information to clients who want to use it.
Application Architecture for .NET Applications
9/29/2012 9:47:55 AM.
This Article series helps the .NET developers and architects to design the effective applications on .NET latest technologies. There are so many articles,books on application architecture but it is still challenging for developers to understand best practices, principles for the application design. This post speaks about the fundamentals concepts of Application Architecture and principles.
XML Messaging in WSE 2.0
9/29/2012 7:14:19 AM.
The WSE is an Add-on to the .NET Framework. It provides additional Web Services support mostly for the various Web Services Architecture (WSA) specifications. This technology represents specific functionalities that will increase the Web Services potentialities.
SOAP and .NET Remoting
9/29/2012 5:52:19 AM.
In this article I will explain you about SOAP and .NET Remoting.
.NET Remoting and SOAP
9/29/2012 5:49:45 AM.
In this article I will explain you about .NET Remoting and SOAP.
Introduction to SOAP
5/20/2012 7:52:12 AM.
Since the release I have been fascinated with this thing called SOAP, This bubbly new protocol backed by the power of XML is certainly going to make waves in the world of distributed computing. The first thing which comes into our mind is “Why the heck we didn’t think of this before?
Using SOAP Header and SOAP Extensions in a Web Service
5/19/2012 7:06:46 AM.
In this article, we will develop a web service that would authenticate users for web sites. The web site needs to pass the user ID as well as the password for the user. Apart from this the web site also needs to pass the site’s ID and password.
SOAP, .NET, and COM an Introduction - Part III
5/19/2012 7:05:25 AM.
This article starts with the basics of SOAP, SOAP XML model and its data types followed by the integration of SOAP functionality in .NET class library and how .NET developers can take advantages of SOAP in their applications.
SOAP, .NET, and COM an Introduction - Part II
5/19/2012 7:04:37 AM.
This article starts with the basics of SOAP, SOAP XML model and its data types followed by the integration of SOAP functionality in .NET class library and how .NET developers can take advantages of SOAP in their applications.
SOAP Message with Binary Attachments
5/19/2012 7:00:58 AM.
Recently Microsoft announced new format called DIME: Sending Binary Data with Your SOAP Messages.
Web Services Between .NET, Java, and MS SOAP toolkit
5/19/2012 6:45:26 AM.
This article will try to explain the how you can build web services and/or clients with any of the three languages: .NET, MS SOAP Toolkit and Java. But the real point of the article is to show you how you can build clients for web services from any of above-mentioned languages.
Web Service Between .NET, Java and MS SOAP Toolkit - Part II
5/19/2012 6:44:42 AM.
Second article in this series dedicated to Web services comes as a sequel to the first one in which I started to tell you how you could build different kind of clients and services using MS SOAP Toolkit, Apache SOAP for Java and .NET Framework.
SOAP, .NET, and COM - An Introduction: Part I
5/19/2012 5:38:44 AM.
This article starts with the basics of SOAP, SOAP XML model and its data types followed by the integration of SOAP functionality in .NET class library and how .NET developers can take advantages of SOAP in their applications.
Introduction to Biztalk Server
5/15/2012 7:27:51 PM.
This article is the first one part of a series of articles intended to illustrate the principles and applications of Microsoft Biztalk Server.
Adding Discovery Features to BizTalk Server 2004: Part I
5/15/2012 7:26:48 PM.
This article explores the concepts of the BizTalk-UDDI mapping process and the similarity with the WSDL-UDDI mapping process. By the other way the second article is focused in the implementation and use of the BizTalk Server 2004 UDDI Publishing Wizard tool.
Developing SOAP Web Services with PHP
5/28/2010 5:20:07 AM.
In this article you will learn how to Develop SOAP Web Services with PHP.
RIA Services - exposing SOAP endpoint
5/26/2010 1:10:31 AM.
This article speaks about how to expose SOAP endpoint in RIA Services.
The Importance of Enterprise Software Architectures
4/20/2010 2:36:41 AM.
This article focuses on the importance of Enterprise Software Architectures.
XML-Based Protocols
4/13/2010 12:45:19 AM.
In this article I will explain you about XML-Based Protocols.
Chapter 32: Web Service Standards and Extensions
4/29/2008 6:27:07 AM.
This chapter describes two most important web service protocols: SOAP and WSDL. SOAP is an incredibly lightweight protocol for messaging. WSDL is a flexible, extensible protocol for describing web services.
SOAP Client in Windows XP
2/28/2006 12:08:38 AM.
This article covers the basics of using the SOAP Client software included with Microsoft Windows XP Professional to access Web Services using SOAP.
Degenerated Observer and Asynchronous Web Services
2/7/2006 11:30:24 PM.
In this article I will revisit Observer pattern and try to show how it can be modified and used to make web services to dispatch and receive notifications.
Using SOAP Header to Authenticate a Web Service Consumer
12/8/2005 12:30:42 AM.
In this Article we are going to use SOAP Header to authenticate the WebService users.