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 SOAP
SOAP
stand for (Simple Object Access Protocol) which is used as message protocol that allows programs that run on disparate operating systems such as Windows and Linux to communicate using Hypertext Transfer Protocol and also using XML. All these protocols are installed and available in all major operating system platforms and HTTP and XML provide an at-hand solution that allows programs running under different operating systems in a network to communicate with each other.
SOAP
mainly descirbe how to encode an HTTP header and an XML file which is used in one computer to can call a program in another computer and pass along information so that
SOAP
also used for as communication argument.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Dhananjay Kumar (7)
Catalini Tomescu (4)
Puran Mehra (3)
John Hudai Godel (3)
Sudheendra Desai (2)
Ramesh Kartik (2)
Rishikesh Kumar Singh (2)
R. Seenivasaragavan Ramadurai (2)
Sunil (2)
Anand Thakur (2)
Mohammed Shamil A (1)
Keyur Patel (1)
Michal Habalcik (1)
Vithal Wadje (1)
Kaushik S (1)
Mukesh Kumar (1)
Santhakumar Munuswamy (1)
Nitin Pandit (1)
Rasmita Dash (1)
Devesh Omar (1)
Sourav Kayal (1)
Jagan Mohan (1)
Abhishek Goswami (1)
Amit Tiwari (1)
Devanand Laroiya (1)
James Gibson (1)
Kailash Chandra Behera (1)
Sachin Bhardwaj (1)
Srinivas Sampath (1)
Mahesha Channabasappa (1)
Anand Narayan (1)
Tulasi Guraja (1)
Ranjith (1)
Robert Keith (1)
kamalpatel125 (1)
Shantanu (1)
Sushila Patel (1)
Vijay Cinnakonda (1)
Kalyan Bandarupalli (1)
Roger Smith (1)
Jesus Rodriguez (1)
Ibrahim Ersoy (1)
manish Mehta (1)
Sovon Nath (1)
S.R.Ramadurai, K.Sreenivasan (1)
Vishal Nayan (1)
Jon Preece (1)
Pradeep Chandraker (1)
Praveen Moosad (1)
Bosco Wilfred (1)
Filip Bulovic (1)
Related resources for SOAP
No resource found
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.
How to Connect Salesforce API With C#
9/20/2016 6:26:50 AM.
This article explains how to connect to or integrate with Salesforce with C#.
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.
.Net Serialization using Soap Formatter
4/13/2016 3:19:43 AM.
This article explains how to serialize objects using soap formatter which is used extensively in .Net Remoting.
.Net Serialization using Soap Formatter
4/13/2016 3:19:43 AM.
This article explains how to serialize objects using soap formatter which is used extensively in .Net Remoting.
Calling Web Service Using SOAP Request In Console Application
3/28/2016 10:14:44 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.
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.
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.
Difference Between Web Service and WCF
2/13/2015 1:12:46 PM.
This article explains the difference between Web Services and WCF techniques.
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.
Web Service vs. WCF Service
10/29/2014 2:58:08 AM.
In this article you will learn difference between Web Service vs. WCF Service.
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.
Resources from talk “Expose CRUD operation as WCF SOAP and REST”
1/21/2014 9:07:14 PM.
Learn how to expose CRUD operation as WCF SOAP and REST.
Understand WCF: Part 8: Observe SOAP Message in WCF Communication
11/3/2013 1:30:55 PM.
In this article we will learn to observe SOAP message in WCF communication.
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.
Calling Webservice Using Soap Client Open Source Library
7/27/2013 11:36:24 AM.
This article describes an open source JavaScript library for calling a webservice using an AJAX call.
How to Implement Fault Contract in WCF
5/1/2013 3:13:20 PM.
A Fault Contract is a way to handle an error/exception in WCF.
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.
Serialize and Deserialize Using SoapFormatter Class in C#
4/12/2013 4:08:30 PM.
In this article you will learn about Serialize and Deserialize using SoapFormatter Class in C#.
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.
Remote Procedure Calls using SOAP
10/13/2012 5:40:22 AM.
Here is the sample RPC (remote procedure call) using SOAP ( simple object access protocol).
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.
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.
Using SOAP Headers to Validate Clients
9/29/2012 7:34:58 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.
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.
SoapFormatter in C#
7/9/2012 1:05:04 AM.
Sometimes you would need to store serialized objects as a file to access when needed.Here comes SoapFormatter handy!
Consuming WCF SOAP Service in Metro Application
6/29/2012 6:53:31 PM.
In this article we will consume a WCF SOAP Service in a C#/XAML based Metro Application.
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.
Using WCF with ADO.Net Entity Model to Expose CRUD Operation as a SOAP Enabled Service
5/15/2012 7:28:23 PM.
I have seen on web many people talking about, how to deal with DTO classes and business class in WCF. And those entire topics persuaded me to write this article.
Returning Large Volume of Records from SOAP based WCF Service
5/15/2012 7:21:52 PM.
In this article I will explain; How to return large volume of data (around 50000 records) from SOAP based WCF service to any client.
How to Enable REST and SOAP Both On The Same WCF Service
5/15/2012 6:25:50 PM.
In this post I will show you how to create a WCF Service with both SOAP and REST paradigms.
Create your first RESTful service with WCF 3.5
5/13/2012 7:25:42 AM.
How to Create your first RESTful service with WCF 3.5.
WCF SOAP Message Version
5/13/2012 7:11:47 AM.
Services and their clients communicate using messages. So they must use compatible message versions to communicate. A service may send a message either as POX or as SOAP12.
Create Message in WCF
6/17/2011 4:30:00 PM.
In my previous article we discussed SOAP Message Versions. Now let us move ahead and create a message.
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.
XML-Based Protocols
4/13/2010 12:45:19 AM.
In this article I will explain you about XML-Based Protocols.
Using the Fault Contracts (SOAP Faults) in WCF Programming
8/29/2008 7:20:14 AM.
This article describes the usage of SOAP Fault Contracts in WCF programming.
Using the Fault Contracts (SOAP Faults) in WCF Programming
8/29/2008 7:20:14 AM.
This article describes the usage of SOAP Fault Contracts in WCF programming.
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.
Exception Handling in WCF using Fault Contract
1/4/2008 4:16:58 AM.
This article demonstrates how to get error information from a service to a client using fault contract in WCF.
Exception Handling in WCF using Fault Contract
1/4/2008 4:16:58 AM.
This article demonstrates how to get error information from a service to a client using fault contract in WCF.
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.