473,378 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Howto: WebService without IIS and ASP.NET

Hello!
How to create WebService without IIS and ASP.NET?
For example, create WebService for smart device client without ASP.NET/IIS
techology.
Without ASP.NET and IIS - is a key question!!

May somebody knows where can i get information or examples for current
subject....
Thank you.
Nov 23 '05 #1
5 5365
Hi Alexander,

In most cases, the calling device never needs IIS or a web server of any
kind. On the receiving side, some kind of HTTP handler is required since
today SOAP is bound in most cases to HTTP. Microsoft provides you two
hosts for web services, one in IIS, and the other in a custom HTTP/TCP
listener that is a part of the WSE 2.0 tools. Again, you don't need these
on the callers side.

In the simplest case, the client needs to be able to make an HTTP request.
This means it needs network connectivity, and the ability to open a TCP/IP
connection to a remote port, and create an HTTP request packet and then
wait on the response on the same connection. Once you can do that, you
need to be able to mix HTTP and XML in the same request message, and be
able to locate the SOAP XML response (or fault).

If you don't have the Compact Framework, you may have to write your own
tools or use a XML DOM (most DOM's can post an HTTP message). Your HTTP
request needs to be SOAP compliant, so if you are rolling your own tools,
you should become very familiar with the SOAP specification. If you are
using a mobile device for which there are good SOAP or XML tools, you'll
save a ton of time over rolling your own (and spare your potential service
partners a world of headache debugging your packets) if you adopt a
commercial toolset that is tested and supported.

I hope this helps

Dan Rogers
Microsoft Corporation
--------------------
Reply-To: "Topper" <al****************@bix.ru>
From: "Topper" <al****************@bix.ru>
Subject: Howto: WebService without IIS and ASP.NET
Date: Tue, 7 Dec 2004 12:34:53 +0300
Lines: 13
Organization: BIX
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <#T**************@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.dotnet.framework.webservices
NNTP-Posting-Host: ts12-a122.moscow.dial.rol.ru 195.46.161.122
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP10
.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.webservices:7937
X-Tomcat-NG: microsoft.public.dotnet.framework.webservices

Hello!
How to create WebService without IIS and ASP.NET?
For example, create WebService for smart device client without ASP.NET/IIS
techology.
Without ASP.NET and IIS - is a key question!!

May somebody knows where can i get information or examples for current
subject....
Thank you.

Nov 23 '05 #2
Hello Topper,
There is a free implementation called Cassini. Also check out

http://msdn.microsoft.com/msdnmag/is...n/default.aspx

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Hello!
How to create WebService without IIS and ASP.NET?
For example, create WebService for smart device client without
ASP.NET/IIS
techology.
Without ASP.NET and IIS - is a key question!!
May somebody knows where can i get information or examples for current
subject....

Thank you.

Nov 23 '05 #3
Topper wrote:
Hello!
How to create WebService without IIS and ASP.NET?
For example, create WebService for smart device client without ASP.NET/IIS
techology.
Without ASP.NET and IIS - is a key question!!

May somebody knows where can i get information or examples for current
subject....


There was a good article along these lines in MSDN Magazine this month:

http://msdn.microsoft.com/msdnmag/is...erviceStation/

:)
--
Danny Tuppeny
Nov 23 '05 #4
Hello!
Thank You for link, but this solution work with Win XP SP2 or WS2k3 - it is
a limitation for me.

Thank You again.

"Danny Tuppeny" <da***@nospam.oops> wrote in message
news:41**********************@ptn-nntp-reader02.plus.net...
Topper wrote:
Hello!
How to create WebService without IIS and ASP.NET?
For example, create WebService for smart device client without ASP.NET/IIS techology.
Without ASP.NET and IIS - is a key question!!

May somebody knows where can i get information or examples for current
subject....


There was a good article along these lines in MSDN Magazine this month:

http://msdn.microsoft.com/msdnmag/is...erviceStation/

:)
--
Danny Tuppeny

Nov 23 '05 #5
Hello!
Yes, i check this solution - it is what i need.
Thank You.

"Dilip Krishnan" <dk*******@NOSPAM.geniant.com> wrote in message
news:26*********************@msnews.microsoft.com. ..
Hello Topper,
There is a free implementation called Cassini. Also check out

http://msdn.microsoft.com/msdnmag/is...n/default.aspx

HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
Hello!
How to create WebService without IIS and ASP.NET?
For example, create WebService for smart device client without
ASP.NET/IIS
techology.
Without ASP.NET and IIS - is a key question!!
May somebody knows where can i get information or examples for current
subject....

Thank you.


Nov 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Logan | last post by:
Several people asked me for the following HOWTO, so I decided to post it here (though it is still very 'alpha' and might contain many (?) mistakes; didn't test what I wrote, but wrote it - more or...
0
by: Kristof Thys | last post by:
This is what I do: I create a very simple webservice : new project -> Visual c++ projects -> ASP.Net web service. My old project was a c++ application, I change its properties to a dll. I...
0
by: Daniel | last post by:
hi ng, i have a webservice method that provides a object array that i would like to bind with a datalist on client side. the problem is that a datalist needs property fields to bind to, but...
3
by: ProJee | last post by:
1. How to pass chr(1) (or another special char below 32) to a method in a webservice? It raises an exception when I try to pass it through webservice.htc 2. How to pass chr(255) It doesn't...
2
by: dan | last post by:
hi ng. i have a asp.net application which is client of an asp.net webservice. now i want to configure a custom error page (in case the sewrvice throws an exception) that provides the...
4
by: Ray Dukes | last post by:
What I am looking to do is map the implementation of interface properties and functions to an inherited method of the base class. Please see below. ...
8
by: Topper | last post by:
Hello. I have simple web folders structure: -ROOT - BIN WebService.dll WebService.asmx I need to use my WebService.dll not in bin folder - for example, in ROOT. How do i this? How can i do...
5
by: Jonathan Kay | last post by:
Hi, I'd like to my WCF webservice to work both on SSL and without. Unfortunately searching has led to dead ends, references to changes that only work on the old previous beta versions and I...
2
by: =?Utf-8?B?TGFycnlLdXBlcm1hbg==?= | last post by:
Our WebDev team seems to have found a problem that exposes a bug in .NET 2.0. This problem can be shown when trying to access a WebService using SSL and through a proxy server after using the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.