Click here to Skip to main content
15,902,938 members
Everything / Webservice

Webservice

webservice

Great Reads

by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
by Rene Bustos
WCF WebService IN VB.NET Response JSON
by YasIkeda
ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.
by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.

Latest Articles

by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
by YasIkeda
ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.
by Nipunu W
Developing an Android application using Retrofit to connect to an API

All Articles

Sort by Updated

Webservice 

21 May 2010 by #realJSOP
Make interfacing with your web service simpler and more maintainable
19 Feb 2016 by Abhishek Shrotriya
This tip gives the very basic/simple implementation to interact with SAP PI webservice for authorized recipients.
21 Nov 2012 by AdamNThompson
A reusable component for makeing REST service requests using C#
24 Jan 2011 by ahsan sarfraz
Convert a Dataset to bytes array and then compress that array.
24 Dec 2014 by Alexander Batishchev
Implementing WCF behavior extension to run code on service launch
3 Jun 2011 by Alexey Merson
If you have a SOAP server created with Borland Delphi and a SOAP client created with .NET, then you can't get it working out of the box.
17 Jan 2010 by Aman Bhullar
:confused::con...
7 Oct 2011 by amove1
It is easy to import and use SOAP webservice with web reference facility in Visual Studio, however setting SOAPAction needs a extra work on webreference libraries specially when using third party Java provided services.
2 Jun 2011 by Andre' Gardiner
Censoring any word from a given list (array) to filter your web content(s).
30 Aug 2011 by BrianBissell
This provides a much better overview of the problem/solution:http://www.codeproject.com/KB/webservices/OverloadingInWebService.aspxIntroductionThe function overloading in Web Service is not as straightforward as in class. While trying to overload member function, we make two or more...
21 Oct 2013 by Carlos Luis Rojas Aragonés
First web service with Ruby, Sinatra and Datamapper
12 Feb 2015 by CharlesAyl
This tip will show you how to read from an Azure Service Bus Queue and then to use the new BizTalk Services to transform the message to call a soap webservice.
26 Jul 2011 by Chris Maunder
For IIS7.5, an alternate method to enable compression is to run the following commands in a terminal:To enable compression for both dynamic and static content:C:\Windows\System32\Inetsrv\Appcmd.exe set config -section:urlCompression -doStaticCompression:true -doDynamicCompression:true...
3 Aug 2015 by Grasshopper.iics
Command line calling and parsing SOAP using curl and xmllint ( tested in Ubuntu 12.0, Yocto )
28 Aug 2011 by Jules Harcourt
How to use the excellent Holiday web service in VB.NET using VS 2010.
21 Jun 2017 by M.M.Mohseni
In this sample code, we are going to upload a file via a web method asynchronously.
27 Aug 2014 by Mahesh Nandanan
Comparison between Restful Service and Web API with a simple example
20 Jan 2017 by Member 11228329
In this post, we will learn how to perform converting your WCF or Web Services to Azure Cloud services step by step.
19 Aug 2013 by Mikeqm
Making the web work with Pick
5 Nov 2013 by Muhammad Waqas Iqbal
This tip describes the steps to access server side (webservice) from JavaScript in master page.
9 Aug 2015 by Mujeebur Rahman
Angular backend less development
14 Jan 2014 by Nanda Kumar Chintam
This tip explains how to perform unit testing for business logic written in App_code for a website project.
16 Feb 2013 by Nitin_Garg
Macro to attach visual studio debugger to w3wp apppool hosting your webservice.
11 Oct 2016 by Oliver Bleckmann
Simple but efficient way of logging errors over the internet using a PHP webservice/ REST and mail notification. Logging C#/ .NET errors over the web and with PHP and sending notification mail.
2 Aug 2013 by Prasad Agarmore
Datacontract channelfactory WCF way of consuming SOAP web services written in C, C++ using gSoap framework on Linux platform
5 Sep 2013 by Praveen Chandran
This tip describes how to call a webservice using JavaScript and also calling that webservice in a regular interval of time without doing a postback in the page.
6 Nov 2011 by Ram Balak Sharma
How to call synchronous and asynchronous way web service method in JavaScript by using JSON
10 Jul 2014 by RoboJRR
How to use Powershell to query webservices.
28 Jul 2013 by Safak Tarazan
A simple application that communicates web service (SOAP).
9 Apr 2011 by Seabata
JQuery + ASP.NET auto complete without web service
10 Feb 2020 by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
15 Jan 2011 by techbird
Enabling remote test page(invoke button) for webservice in live environment.
26 Aug 2011 by Tejas Vaishnav
How to overload a web method in ASP.NET webservice...?
3 Sep 2010 by vinNET
Enabling the dynamic compression. How to configure the same in IIS6 & IIS 7
12 Apr 2010 by Yaron Naveh
WCF Binding Box WCF Binding Box (online)Introduction Those of you who have worked with WCF can testify that: WCF configuration is hard. WCF security configuration is hard.After a while you get used to BasicHttpBinding or WSHttpBinding. But then comes a service which...
22 Oct 2019 by YasIkeda
ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.
8 Apr 2013 by 吴骏明
Generate interface for WebService client stub for unit testing.