The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Hosting Web services on your mobile device - finally a managed way

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Christian Weyer

Posts: 616
Nickname: cweyer
Registered: Sep, 2003

Christian Weyer is an independent Microsoft MSDN Regional Director and expert for Web services.
Hosting Web services on your mobile device - finally a managed way Posted: Nov 24, 2003 2:54 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Christian Weyer.
Original Post: Hosting Web services on your mobile device - finally a managed way
Feed Title: Christian Weyer: Web Services & .NET
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/cweyer/Rss.aspx
Feed Description: Philosophizing about and criticizing the brave new world ...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Christian Weyer
Latest Posts From Christian Weyer: Web Services & .NET

Advertisement

In a new MSDN article called .NET Compact Framework Mobile Web Server Architecture  the two authors introduce a small Web server for the .NET Compact Framework. So we are finally able to at least host ASMX (-like) Web services on our Pocket PC and similar devices.

Get technical insight on the implementation of Mobile Web Server architecture. Understand use cases, the web server framework and future developments in the architecture.

The most interesting part of the architecture for me is the support of a so called SOAP Module which handles SOAP-based Web services communications in a similar way like ASMX does:

Soap Module
The Soap Module addresses the requirements of processing web service remote invocation by clients. The current implementation supports GET, POST and SOAPAction operations. Typically GET and POST operations are utilized for browser request, returning an XML string to represent the results of operation. SOAPAction is used to identify SOAP packets requested by applications utilizing the particular web service.

Additionally, the SOAP Module provides facilities to automatically generate WSDL files from a requested web service. Therefore, it eliminates the need for developers to manually create the WSDL files confirming to their web service application. A WSDL file is used to define the entry points and contracts as well as describe the service of the application, thus allowing other web services or applications to utilize the web service correctly.


Would be nice they also supported the disabling of automatic WSDL generation - which makes sense in a lot of situations.
Anyway, sweet thingie, definitely want to see it improving ...

Read: Hosting Web services on your mobile device - finally a managed way

Topic: PDC Sessions available as streaming audio with synchronized PPT and demos... Previous Topic   Next Topic Topic:

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use