Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > C-Sharp > Web Services > Web Services
Search:
What's New - What's Hot


7 Easy Steps to Building Your Idea Around Amazon Web Services        
Total Hits: 24  |  Today: 0 Author: awseditor       Rating:  
Read Reviews | Write Review |   Your Rating: 

Every business starts with a cool idea. Either you already have one or you have a problem that needs a solution. You start small, but think big. Just ask a few simple questions to test your idea:
* Has anybody done it yet? Is my idea unique?
* Is there a potential to earn money (business model)?
* What problem does it solve?
Believe in yourself and your idea, and always validate your idea with “been-there-done-that” folks....

Chinese Style Converter & Services        
Total Hits: 14  |  Today: 1 Author: Kent Liu       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft .net framework is very powerful, not only the design, but also the functions provided by it. China is an old country; it has special & beautiful culture. One of the interesting points is its characters; each character is like a picture, very different with letters such as English. And the people of it make the characters – Chinese to two kinds of styles: Simplified & Traditional. And this situation is also taken cared by .net framework; it provides the function in Microsoft.VisualBas...

Web Service via Data Access Object Pattern        
Total Hits: 37  |  Today: 1 Author: Andrew Golik       Rating:  
Read Reviews | Write Review |   Your Rating: 

Access to the data source varies depending on source of data. Access to the persistent storage, such as to the database varies greatly depending on type of storage and vendor implementation. The ODBC API enables applications to use SQL statements. However, even within RDBMS environment the actual syntax and format of the SQL statement varies depending on the particular database product. There is even greater variation with different types of persistent storage. Access mechanism, supported APIs, ...

Extract Soap Body From Soap Message        
Total Hits: 46  |  Today: 1 Author: BillyLiu       Rating:  
Read Reviews | Write Review |   Your Rating: 

The static function extracts the Soap Body (XML Data) from a Soap Message.
To extract the soap body, the key point is to get the soap envelope prefix. The soap
prefix can be found from the first level Nodes.
The 2nd element of the message declared the soap Envelope namespace prefix, "Soap"
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
System.Xml.XMLNode class provide a function for us to lookup the prefix from the namespace.
So we have to locate the xmlnode which has n...

Using WSE-DIME for Remoting over Internet.        
Total Hits: 82  |  Today: 0 Author: Roman Kiss       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes a design and implementation of the Remoting over Internet using the Web Services Enhancements - DIME feature as a mechanism to flow the remoting binary messages between the server and client sides. The concept of the Remoting over Internet has been described in my previously article [1] based on the remoting custom channel (client side) and Web Service as a gateway (server side) to convert messages into the remoting infrastructure using the base64 encoded/decoded SOAP form...

WSE ServiceBus        
Total Hits: 12  |  Today: 0 Author: Roman Kiss       Rating:  
Read Reviews | Write Review |   Your Rating: 

The WSE 2.0 Messaging introduces a new message driven mechanism to exchange data between the service and its consumer based on the WS-* contract. The three levels of WSE2 lightweight Messaging infrastructure allow for programmatically creating a single communication channel and handle its behavior and passing the SOAP envelope message....

Web Service: XML Config To C# Class        
Total Hits: 106  |  Today: 1 Author: Remas Wojciechowski       Rating:  
Read Reviews | Write Review |   Your Rating: 

.NET offers an elegant way to store configuration data for applications the .config file. You can use that mechanism in both Windows and ASP.NET applications....

Dynamic Discovery and Invocation of Web services        
Total Hits: 57  |  Today: 0 Author: Ehsan Golkar       Rating:  
Read Reviews | Write Review |   Your Rating: 

Generally when we use web service, at first we should add it in the web reference and then call its methods statically .despite it has a high speed, it isn't much flexible.

In order to do dynamically by dynamic invocation web service, it has a very good flexibility. For example, the source of programs will be compiled once,

We can use any web service that we need,We can watch all of the web service's methods and parameters, Automatic assignment methods and parameters....

Mobile Web Services using MobiLink 10        
Total Hits: 15  |  Today: 0 Author: Liam Cavanagh       Rating:  
Read Reviews | Write Review |   Your Rating: 

Mobilizing web services consists of much more than just browsing a web server from a mobile device. It also includes the ability to queue up requests and cache downloaded information on the mobile device when a connection is no longer available. Through the use of .NET and MobiLink (a component of SQL Anywhere 10) you have the ability to extract data from your enterprise web services and download it to a local relational database which can exist on tablets, laptops, PDA's or Smartphones. Once th...

CityView App: Build Web Service Clients Quickly and Easily with C#        
Total Hits: 27  |  Today: 0 Author: Jeff Prosise       Rating:  
Read Reviews | Write Review |   Your Rating: 

If Microsoft is correct, Web Services will play an important role in the future of the Internet. A Web Service is an application that exposes Web methods—functions that can be called over the Internet (or, if you'd prefer, an intranet)—to interested clients. It runs on a Web server and listens on port 80 for Simple Object Access Protocol (SOAP) packets that represent requests to execute a particular method. When a request arrives, the Web Service extracts the XML-encoded method name and paramete...

Sending SMS using .NET through Web service        
Total Hits: 181  |  Today: 0 Author: Manoj Kumar C       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is about sending SMS using .NET through web service. With the help of this article, we can easily understand how to use web services in .NET, and also you will get some information about SMS, GPRS etc. This web service will help you give a notification if the service is unable to deliver....

Reading contents of Web Folders in C#        
Total Hits: 44  |  Today: 0 Author: Roman Koreshkov       Rating:  
Read Reviews | Write Review |   Your Rating: 

Once I needed to make some automation processing of Microsoft Word documents located in a SharePoint Portal Server. But I faced an interesting problem – how to find all the documents in SharePoint programmatically?...

Repository Factory, GridView and ObjectDataSource with WebService Layer        
Total Hits: 84  |  Today: 0 Author: Peter Bromberg       Rating:  
Read Reviews | Write Review |   Your Rating: 

Repository Factory tutorial with WebService layer feeding an ObjectDataSource and GridView on a web page....

How to write your first web service in C#        
Total Hits: 81  |  Today: 1 Author: juliet       Rating:  
Read Reviews | Write Review |   Your Rating: 

Open your favourite text editor, place the following codes into it and name it as hello.asmx....

.NET Framework and Web Services - Part 1        
Total Hits: 579  |  Today: 0 Author: R. Seenivasaragavan Ramadurai       Rating:  
Read Reviews | Write Review |   Your Rating: 

The .NET Framework is a new computing platform designed to simplify Windows application development in the highly distributed environment of the Internet....

.NET Framework And Web Services - Part II        
Total Hits: 371  |  Today: 0 Author: R. Seenivasaragavan Ramadurai       Rating:  
Read Reviews | Write Review |   Your Rating: 

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

Consuming the Yahoo! Local Search Service in a C# WinForms Application        
Total Hits: 24  |  Today: 0 Author: salysle       Rating:  
Read Reviews | Write Review |   Your Rating: 

Yahoo Web Services are made available to developers through Yahoo’s Developer Network; a variety of services are available, but this article is specifically interested in using Yahoo’s Local Search Service. This service will return a list of businesses based upon a zip code based search for a business name or product. The service returns the following information:
* Title (the name of the business)
* Street Address
* City
* State
* Phone Number...

Developing wireless workflow automation client on Pocket PC/PDAs with web service in C# 2003.        
Total Hits: 18  |  Today: 0 Author: Zenab_Zenab       Rating:  
Read Reviews | Write Review |   Your Rating: 

Workflows automation clients are often web based, an easy approach to implement business process flows and deploy workflow client over a large scale in an organization and companies.
These workflow clients and processes are mostly developed with components(DLLs, SDKs) that comes with BPM software.
These dll embeds most of the workflow functionalities, routing mechanism.
However such workflow automation clients have not been designed for devices like pocket pc/palm and smart phones....

SOAP messages exchange between .Net clients and Axis Apache web services        
Total Hits: 75  |  Today: 0 Author: Juan Jose Luna       Rating:  
Read Reviews | Write Review |   Your Rating: 

There is not much information on sending SOAP messages between .Net clients and web services written in Java and if it exists is based on sending and receiving primitive data information such as numbers and small text strings.
But what if we want interchange complex objects between two platforms that in theory should interchange information in a transparent way?. The fact is that a client send a SOAP request message (SOAP provides a standard and simple way to present messages in an XML format...

How to return a user defined Object from webservice        
Total Hits: 31  |  Today: 0 Author: interface Mirror       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you design a distributed application that shares data as well of objects, one of the necessary things that you want to take care of how to share objects among different parts of your application. Here I am going to discuss is how to return a user defined data type from a web service as one of the steps for communicating objects among applications. For that I make a small scenario as follows: We have a class library that contains definition for a type called User. This user contains two proper...


1  2  3  4  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net