Stories recently tagged with 'WebService'

Calling Web Services from Silverlight after the Browser has closed(danielvaughan.orpius.com)

submitted by TramShilverTramShilver(100) 2 years, 3 months ago

How to dispatch a web service call in Silverlight just after a user attempts to close the browser window or navigate elsewhere. read more...

add a comment |category: |Views: 33

tags: another

Consuming ASP.Net Web Service with Cookie(logiclabz.com)

submitted by webtipswebtips(265) 2 years, 4 months ago

Sample Code for consuming WebService with cookie programmatically read more...

add a comment |category: |Views: 8

tags: another

SOAP Client to call Web Service with SOAP ToolKit using .Net C#(webtips.co.in)

submitted by webtipswebtips(265) 3 years, 4 months ago

The sample code for creating the SOAP Client (request XML) to access Web Service with SOAP ToolKit read more...

add a comment |category: |Views: 388

tags: another

CodeDom API + PropertyGrid = Web Service GUI (wizdl)(wizdl.googlecode.com)

submitted by ashankarashankar(5) 3 years, 6 months ago

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 from WSDL Tweak the proxy classes and promote fields to properties so that they show up in a property grid Make properties fully editable using a couple of custom UITypeEditors read more...

add a comment |category: |Views: 52

tags: another

Compress Asp.net Ajax Web Service Response - Save Bandwidth(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 4 years, 4 months ago

Shows how to compress Json response of Asp.net Ajax Web Service which saves massive network bandwidth. read more...

add a comment |category: |Views: 156

tags: another

Cancel a Web Service Call in Asp.net Ajax(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 4 years, 6 months ago

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. read more...

add a comment |category: |Views: 112

tags: another

How to Create a WebService Based on a Workflow(nayyeri.net)

submitted by keyvankeyvan(4086) 4 years, 9 months ago

Keyvan describes how to create a webservice that runs a workflow. read more...

2 comments |category: |Views: 22

tags: another

Invoke a WebService from a Workflow(nayyeri.net)

submitted by keyvankeyvan(4086) 4 years, 10 months ago

In this post Keyvan talks about InvokeWebService activity in Windows Workflow and how to call a webservice from a workflow. read more...

add a comment |category: |Views: 52

tags: another

Video: Creating Web Services with the .NET Framework (weblogs.asp.net)

submitted by dwahlindwahlin(1450) 4 years, 11 months ago

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. read more...

add a comment |category: |Views: 8

tags: another

Tips: Using Strong Typed DataSets with Web Services(keithelder.net)

submitted by TheElderTheElder(490) 4 years, 11 months ago

The articles covers several tips to increase performance when using datasets with web services. read more...

add a comment |category: |Views: 14

tags: another

call a webservice using javascript without creating a proxy client(blogs.msdn.com)

submitted by pramod_sppramod_sp(35) 4 years, 11 months ago

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. read more...

add a comment |category: |Views: 50

tags: another

Video: Creating a Service with Windows Communication Foundation (WCF) (weblogs.asp.net)

submitted by dwahlindwahlin(1450) 5 years ago

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 through HTTP and IIS. Topics covered include defining a data contract using XSD schemas, generating data entity code using svcutil.exe, creating a service interface, implementing a service interface and consuming a service through a client-side proxy. read more...

add a comment |category: |Views: 279

tags: another

Hawkeye on Web Service Software Factories(devhawk.net)

submitted by DevHawkDevHawk(165) 5 years ago

Initial impressions of patterns & practices' WCF Web Service Software Factory read more...

add a comment |category: |Views: 4

tags: another

Why I Love WSE 3.0(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 2 months ago

I little reason why I love WSE 3.0 read more...

add a comment |category: |Views: 19

tags: another

Download album art for free through a web service(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 3 months ago

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... read more...

add a comment |category: |Views: 658

tags: another