Quantcast
Channel: WebServices
Browsing all 10 articles
Browse latest View live

How to Serialize ReadOnly Property

From the forum discussion: "We have class Class1 which has read-only property ID among others. We have WebService with methods public Class1 GetClass1ByID(int id) and public int SetClass1(Class1 c)....

View Article



Link to SOA Related Articles List

Articles regarding SOA link collection. Collected so far by Kirk Allen Evans from Microsoft.

View Article

Using RSS for Interoperability

In most cases of integration between applications you don't need transactions at all. One system (consumer) just gets info from another system (publisher). I think that in this case RSS feed is very...

View Article

New Features for Web Service Developers in .NET 2.0

Check it out: .Net 2.0 Web Services Enhancements for developers.

View Article

Implementing Webservices

I put together some useful webservices links. There are guidelines, specs, howtos and some tips and tricks. The page will be updated regularly.

View Article


System.Net Namespace Blog

Occasionally one can find weblogs devoted to useful things on the blogosphere like System.Net namespace blog. You know, there are things like HttpWebRequest and other useful classes in the namespace....

View Article

How to Deploy WSE

I think Web Services Enhancements (WSE) is among the best platforms for .NET and webservices that exist. However it is not trivial to deploy together with your application, since both client and server...

View Article

WSE In-Memory Object Model

Lately I wanted to know why does Web Services Enhancements(WSE) consumes more memory than its ASMX web service analog. After a while I found a post by Clemens Vasters from the early 2004 - Indigo: The...

View Article


Webservice Tip: One-Way (Fire-and-Forget) Webmethod

Occasionally when consuming a webservice, client does not require a response. Using the OneWay property of SoapDocumentMethod under System.Web.Services.Protocols frees the client thread immediately...

View Article


GeoIP Database and WebServices

maxmind looks promising. One can purchase either IP/city/country database or use webservice.

View Article
Browsing all 10 articles
Browse latest View live




Latest Images