By tag: WebService
0
kicks
Calling Web Services from Silverlight after the Browser has closed
How to dispatch a web service call in Silverlight just after a user attempts to close the browser window or navigate elsewhere.
0
kicks
Consuming ASP.Net Web Service with Cookie
Sample Code for consuming WebService with cookie programmatically
0
kicks
SOAP Client to call Web Service with SOAP ToolKit using .Net C#
The sample code for creating the SOAP Client (request XML) to access Web Service with SOAP ToolKit
0
kicks
CodeDom API + PropertyGrid = Web Service GUI (wizdl)
This open source utility allows you to quickly import and call methods on any web service using a dead simple GUI.
Supports web service methods having complex parameters and return values.
The C# implementation details are as follows:
Use ServiceDescriptionImporter to generate proxy classes...
0
kicks
Compress Asp.net Ajax Web Service Response - Save Bandwidth
Shows how to compress Json response of Asp.net Ajax Web Service which saves massive network bandwidth.
0
kicks
Cancel a Web Service Call in Asp.net Ajax
This will show you how to cancel a web Service call after it is invoked, It will also provide some interesting findings (Maybe a Bug) in Asp.net Ajax Network Layer. There are plenty of examples available on how to abort an UpdatePanel AsyncPostback but none for the WebService.
0
kicks
How to Create a WebService Based on a Workflow
Keyvan describes how to create a webservice that runs a workflow.
0
kicks
Invoke a WebService from a Workflow
In this post Keyvan talks about InvokeWebService activity in Windows Workflow and how to call a webservice from a workflow.
0
kicks
Video: Creating Web Services with the .NET Framework
The video discusses how to create a Web Service from scratch using the .NET framework and also discusses some of the pros and cons that you should know about.
0
kicks
Tips: Using Strong Typed DataSets with Web Services
The articles covers several tips to increase performance when using datasets with web services.
0
kicks
call a webservice using javascript without creating a proxy client
This article will brief about how to call webservice methods using javascript.
The important thing is that u dont need to create a proxy class for the webservice.
0
kicks
Video: Creating a Service with Windows Communication Foundation (WCF)
Windows Communication Foundation (WCF - part of .NET 3.0) provides a robust framework that allows Web Services and .NET Remoting applications to be built and consumed using a consistent object model. In this video tutorial Dan Wahlin walks through the fundamentals of creating a WCF service exposed t...
0
kicks
Hawkeye on Web Service Software Factories
Initial impressions of patterns & practices' WCF Web Service Software Factory
0
kicks
Download album art for free through a web service
One of the coolest things about modern media players are their ability to fetch the album art of almost every song in the library. Now you can too...