Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / webservice

Webservice

webservice

Great Reads

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.
by Muhammad Waqas Iqbal
This tip describes the steps to access server side (webservice) from JavaScript in master page.
by Hisham Abdullah Bin Ateya
aCloud Web Operation System running on the cloud
by SprightlySoft
Automatically respond to Amazon Simple Notification Service messages

Latest Articles

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.
by Muhammad Waqas Iqbal
This tip describes the steps to access server side (webservice) from JavaScript in master page.
by Hisham Abdullah Bin Ateya
aCloud Web Operation System running on the cloud
by SprightlySoft
Automatically respond to Amazon Simple Notification Service messages

All Articles

Sort by Score

webservice 

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.
by Muhammad Waqas Iqbal
This tip describes the steps to access server side (webservice) from JavaScript in master page.
by Mujeebur Rahman
Angular backend less development
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.
by Masoud Ehteshami (Iran)
main source : https://www.jqwidgets.com
by Aman Bhullar
:confused::con...
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.
by Grasshopper.iics
Command line calling and parsing SOAP using curl and xmllint ( tested in Ubuntu 12.0, Yocto )
by Andre' Gardiner
Censoring any word from a given list (array) to filter your web content(s).
by Mahesh Nandanan
Comparison between Restful Service and Web API with a simple example
by Abhishek Shrotriya
This tip gives the very basic/simple implementation to interact with SAP PI webservice for authorized recipients.
by Jules Harcourt
How to use the excellent Holiday web service in VB.NET using VS 2010.
by ahsan sarfraz
Convert a Dataset to bytes array and then compress that array.
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.
by Alexander Batishchev
Implementing WCF behavior extension to run code on service launch
by vinNET
Enabling the dynamic compression. How to configure the same in IIS6 & IIS 7
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...
by 吴骏明
Generate interface for WebService client stub for unit testing.
by techbird
Enabling remote test page(invoke button) for webservice in live environment.
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.
by AdamNThompson
A reusable component for makeing REST service requests using C#
by Tejas Vaishnav
How to overload a web method in ASP.NET webservice...?
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...
by Safak Tarazan
A simple application that communicates web service (SOAP).
by Seabata
JQuery + ASP.NET auto complete without web service
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 Nitin_Garg
Macro to attach visual studio debugger to w3wp apppool hosting your webservice.
by me.ajaykumar
OData
by #realJSOP
Make interfacing with your web service simpler and more maintainable
by RoboJRR
How to use Powershell to query webservices.
by Carlos Luis Rojas Aragonés
First web service with Ruby, Sinatra and Datamapper
by DiponRoy
Session Manager Utility for ASP.NET
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.
by Ram Balak Sharma
How to call synchronous and asynchronous way web service method in JavaScript by using JSON
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 Nanda Kumar Chintam
This tip explains how to perform unit testing for business logic written in App_code for a website project.
by M.M.Mohseni
In this sample code, we are going to upload a file via a web method asynchronously.
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...
by Prasad Agarmore
Datacontract channelfactory WCF way of consuming SOAP web services written in C, C++ using gSoap framework on Linux platform
by Mikeqm
Making the web work with Pick