Resources  
  • Compare ASP.NET SOAP Services vs Core APIs with CodeJan 27, 2025. Discover the key differences between ASP.NET SOAP Web Services (ASMX) and ASP.NET Core SOAP APIs in this detailed guide by Ziggy Rafiq. Get code examples, best practices, and insights for both modern and legacy systems.
  • API Architectures Evolution Analysis of SOAP REST and GraphQLMay 17, 2024. 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, highlighting their features, advantages, and drawbacks, with implementation examples in C#.
  • How To Invoke SOAP Web Service in MuleSoftDec 24, 2023. 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 implementation of web services. It is a messaging protocol that allows programs running on different operating systems to communicate with each other by using XML as the message format.
  • How to Create Records for Salesforce SObjects using SOAP API?Aug 11, 2023. 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.
  • How To Develop Custom Salesforce SOAP API Endpoint Jul 06, 2021. 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 Operations return collection of records as part of Response.
  • Salesforce SOAP API: POST Request With SOQL Query Envelope [Custom SObjects]Apr 23, 2021. 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 relationships. This article holds good both for Custom and Standard SObjects.
  • Salesforce SOAP API: POST Request With SOQL Query Envelope [Standard SObjects]Oct 12, 2020. 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 RequestOct 12, 2020. This article is focused on the Authentication mechanism for Salesforce SOAP-based services.
  • Enable SOAP And REST On Same WCF Service And ContractDec 07, 2018. 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 use WCF for many occasions. That is the reason behind I write this post.
  • Comparison Between REST And SOAP APIsJun 03, 2018. 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 this two used in their development.
  • Transform Existing SOAP Based Web Service To REST Based API Using Azure API ManagementMar 21, 2017. This article will explain how to transform existing SOAP based Web Services to REST based API , using Azure API Management.
  • Calling Web Service Using SOAP Request In Console ApplicationMar 28, 2016. In this article we will learn how to make the post request to web service using SOAP message to and get response from service.
  • Web Service in ASP.Net (Security by SOAP Authentication): Part 5Dec 27, 2014. In this article we will learn how to use a Web Method after Authentication.
  • Calling WebService Using AJAX jQuery With SOAP Message Created ManuallyApr 23, 2014. Here we will learn how to call a webservice using jQuery with a SOAP message created manually.
  • Understand WCF: Part 8: Observe SOAP Message in WCF CommunicationNov 03, 2013. In this article, we will learn to observe SOAP message in WCF communication.
  • Calling Webservice Using Soap Client Open Source LibraryJul 21, 2013. This article describes an open source JavaScript library for calling a webservice using an AJAX call.
  • Difference Between REST and SOAP Protocols in iPhoneFeb 15, 2013. In this article I explain the differences between the REST and SOAP protocols.
  • Web Service using SOAP Toolkit in VB.NETNov 09, 2012. 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.
  • Developing SOAP Web Services with PHPMay 28, 2010. In this article you will learn how to Develop SOAP Web Services with PHP.
  • RIA Services - exposing SOAP endpointMay 26, 2010. This article speaks about how to expose SOAP endpoint in RIA Services.
  • .Net Serialization using Soap FormatterMay 19, 2008. This article explains how to serialize objects using soap formatter which is used extensively in .Net Remoting.
  • Using SOAP Headers to Validate ClientsMay 18, 2007. 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.
  • Using SOAP Header and SOAP Extensions in a Web ServiceApr 12, 2004. 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.
  • A C# SOAP Apache ClientApr 26, 2002. This part shall demonstrate how a simple web service can be created quickly using Visual Studio.Net.
  • Using SOAP Header to Authenticate a Web Service ConsumerFeb 21, 2002. In this Article we are going to use SOAP Header to authenticate the WebService users.
  • Web Services between .NET, Java and MS SOAP Toolkit: Part 2Aug 24, 2001. 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.
  • Web Service Between .NET, Java and MS SOAP Toolkit - Part IIAug 24, 2001. 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.
  • Web Services Between .NET, Java, and MS SOAP toolkitAug 24, 2001. 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 Services between .NET, Java and MS SOAP Toolkit: Part IAug 24, 2001. 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.
  • SOAP VS REST APIDec 23, 2023. 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 understand what is Web Services?
  • SOAP Web Service in .NET CoreAug 18, 2023. Discover JavaScript's Math Functions: From rounding and absolute values to square roots and random numbers, learn about vital math operations with concise examples.
  • Use Of SoapUINov 29, 2015. In this article we will learn how to make use of SoapUI to execute our WSDL.
  • SOA Web Services Automation SOAPUISep 23, 2013. Design SOA web services test automation framework to support multiple operating systems and web hosts with single driver script using SOAP UI.
  • How to Call Web Service in Android Using SOAPMay 29, 2012. In this tutorial, we will learn how to call a Web Service using SOAP (Simple Object Access Protocol).
  • Invoking a Web Service dynamically using System.Net and SOAPMar 07, 2011. This article explains how to invoke the web service dynamically.
  • .NET Remoting and SOAPApr 07, 2010. In this article I will explain you about .NET Remoting and SOAP.
  • SOAP and .NET Remoting Apr 06, 2010. In this article I will explain you about SOAP and .NET Remoting.
  • Using the Fault Contracts (SOAP Faults) in WCF ProgrammingAug 26, 2008. This article describes the usage of SOAP Fault Contracts in WCF programming.
  • SOAP Client in Windows XPMay 06, 2004. This article covers the basics of using the SOAP Client software included with Microsoft Windows XP Professional to access Web Services using SOAP.
  • SOAP, .NET, and COM - An Introduction: Part IFeb 02, 2004. 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 IV Feb 02, 2004. 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 IIFeb 02, 2004. 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 IIIFeb 02, 2004. 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.
  • Remote Procedure Calls using SOAPOct 04, 2002. Explore the seamless integration of systems through Remote Procedure Calls (RPC) using SOAP (Simple Object Access Protocol). SOAP facilitates communication between distributed applications, ensuring interoperability across platforms.
  • SOAP Message with Binary AttachmentsFeb 28, 2002. Recently Microsoft announced new format called DIME: Sending Binary Data with Your SOAP Messages.
  • Introduction to SOAPMar 22, 2001. 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?
  • Types of APIs and Essential API Testing ToolsNov 18, 2024. Learn about essential API testing tools such as Postman, SoapUI, and JMeter, which help ensure the functionality, performance, and security of APIs through effective testing and automation.
  • Web APIJun 11, 2024. 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 between different software systems.
  • WADL vs WSDL: The Battle of Web Service DescriptorsMay 30, 2024. 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 enjoys broader adoption, WADL's simplicity attracts developers in REST contexts.
  • API Styles EvolutionOct 25, 2022. In this article, you will learn about API Styles and its evolution.
  • Working with WCF Services through ASP.NET and DotVVM (A step-by-step guide)Sep 23, 2020.
  • How To Prepare Environment For Salesforce API Based DevelopmentAug 24, 2020. 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.
  • An Overview Of Web Services In .NETSep 05, 2018. 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.
  • Who Is The Winner - Web API or WCFOct 10, 2015. In this article, you will see the race between WCF and Web API.
  • Difference Between Web Service and WCFFeb 12, 2015. This article explains the difference between Web Services and WCF techniques.
  • Top 10 Acronyms Every Developer Should Be Familiar WithJan 02, 2015. This article explains the top 10 acronyms every single developer should be familiar with regardless of his other specifications.
  • Method Overloading In Web ServicesNov 23, 2014. 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 request types efficiently.
  • Web Service vs. WCF ServiceOct 28, 2014. In this article, you will learn difference between Web Service vs. WCF Service.
  • Web Service Method Attribute PropertiesOct 18, 2014. 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 specifications, crucial for interoperability and service functionality within distributed systems.
  • Message Contract in WCFJul 21, 2014. In this article I will discuss the benefits of message contracts with a source code example.
  • Service Oriented Architecture: SOAJul 04, 2014. In this article we will discuss Service Oriented Architecture and Simple Object Access Protocol.
  • How to Connect Salesforce API With C#Jun 23, 2014. This article explains how to connect to or integrate with Salesforce with C#.
  • Choosing ASP.Net Web API or WCFJan 28, 2014. 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 rich-client web apps and mobile platforms. JSON and XML responses enhance interoperability.
  • Using the Web Services in ASP.NETJul 31, 2013. 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 Services in Windows Form applications with WebMethod attributes and proxy objects.
  • How to Implement Fault Contract in WCFApr 30, 2013. A Fault Contract is a way to handle an error/exception in WCF.
  • ExpertTexting SMS API GuideMar 24, 2013. Here you will learn how to use the ExpertTexting gateway for sending SMS messages.
  • Web Services: Part 2 (Creating a WebService)Feb 10, 2013. In this article you will learn how to create Web Services and consume them in a client application.
  • Web Services: Part 1Feb 04, 2013. In this article you will learn about Web Services in detail.
  • Create your first RESTful service with WCF 3.5Mar 31, 2011. How to Create Your First RESTful Service With WCF 3.5.
  • XML-Based ProtocolsApr 13, 2010. In this article I will explain you about XML-Based Protocols.
  • Application Architecture for .NET ApplicationsJan 08, 2009. 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.
  • Web Service OptimizationAug 28, 2008. This article gives you 10 tips to optimize web services.
  • Chapter 32: Web Service Standards and ExtensionsFeb 07, 2008. 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 ContractJan 03, 2008. This article demonstrates how to get error information from a service to a client using fault contract in WCF.
  • Measure Web Service Performance using NetMonMay 03, 2005. This article gives an idea how to identify the performance of web method calls by using NETMon tool.
  • WS-Security Protocol with .NET – A OverviewOct 11, 2004. 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.0Mar 11, 2004. 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.
  • XML Messaging in WSE 2.0Jan 15, 2004. 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.
  • Consuming a Web Service from NETCOBOLMay 08, 2003. This article shows you how to consume a Web service from NetCOBOL.
  • Degenerated Observer and Asynchronous Web ServicesMar 20, 2003. 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.
  • C# to VB.NET Code Conversion Web ServiceMar 20, 2002. 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.
  • .NET Framework and Web Services - Part 2Jan 29, 2002. 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.
  • Introducing .NET RemotingOct 23, 2001. In this article, we will create a remote object that will return an Object read in from the database. I've also included an alternate object that omits the database functionality.
  • Web services with Language InteroperabilityOct 18, 2001. 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.
  • Introduction to Web ServicesMay 24, 2001. A tutorial explains basics of web services followed by sample example.