473,513 Members | 2,391 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Services /ASP.NET

What do I need to run a web service on my PC ?

I know I need the .NET Framework, but do I need IIS Running ?
Nov 19 '05 #1
26 1863
Yes , Web services run on IIS only..
Thats why IIS must be running mode

"Mr Newbie" wrote:
What do I need to run a web service on my PC ?

I know I need the .NET Framework, but do I need IIS Running ?

Nov 19 '05 #2
Do web services share the ASP.NET class libraries ?

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:27**********************************@microsof t.com...
Yes , Web services run on IIS only..
Thats why IIS must be running mode

"Mr Newbie" wrote:
What do I need to run a web service on my PC ?

I know I need the .NET Framework, but do I need IIS Running ?

Nov 19 '05 #3
Since web services runs in IIS , that system must be aware of .NET framework.
J2EE also supports Web Services.It supports XML , so web services are
platform and language independent.

"Mr Newbie" wrote:
Do web services share the ASP.NET class libraries ?

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:27**********************************@microsof t.com...
Yes , Web services run on IIS only..
Thats why IIS must be running mode

"Mr Newbie" wrote:
What do I need to run a web service on my PC ?

I know I need the .NET Framework, but do I need IIS Running ?


Nov 19 '05 #4
I see. So although the .NET Framework must be present, If I were to remove
just the ASP.NET Class libraries, would I be still able to run a web service
?
"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
Since web services runs in IIS , that system must be aware of .NET
framework.
J2EE also supports Web Services.It supports XML , so web services are
platform and language independent.

"Mr Newbie" wrote:
Do web services share the ASP.NET class libraries ?

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:27**********************************@microsof t.com...
> Yes , Web services run on IIS only..
> Thats why IIS must be running mode
>
> "Mr Newbie" wrote:
>
>> What do I need to run a web service on my PC ?
>>
>> I know I need the .NET Framework, but do I need IIS Running ?
>>
>>
>>


Nov 19 '05 #5
No you cannot run web service with out .NET class libraries.

"Mr Newbie" wrote:
I see. So although the .NET Framework must be present, If I were to remove
just the ASP.NET Class libraries, would I be still able to run a web service
?
"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
Since web services runs in IIS , that system must be aware of .NET
framework.
J2EE also supports Web Services.It supports XML , so web services are
platform and language independent.

"Mr Newbie" wrote:
Do web services share the ASP.NET class libraries ?

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:27**********************************@microsof t.com...
> Yes , Web services run on IIS only..
> Thats why IIS must be running mode
>
> "Mr Newbie" wrote:
>
>> What do I need to run a web service on my PC ?
>>
>> I know I need the .NET Framework, but do I need IIS Running ?
>>
>>
>>


Nov 19 '05 #6
yes, but more specifically, i want to know if you could run without the
ASP.NET Class libraries, or alt least understand where the commonality is

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
No you cannot run web service with out .NET class libraries.

"Mr Newbie" wrote:
I see. So although the .NET Framework must be present, If I were to
remove
just the ASP.NET Class libraries, would I be still able to run a web
service
?
"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
> Since web services runs in IIS , that system must be aware of .NET
> framework.
> J2EE also supports Web Services.It supports XML , so web services are
> platform and language independent.
>
> "Mr Newbie" wrote:
>
>> Do web services share the ASP.NET class libraries ?
>>
>> "Satish" <Sa****@discussions.microsoft.com> wrote in message
>> news:27**********************************@microsof t.com...
>> > Yes , Web services run on IIS only..
>> > Thats why IIS must be running mode
>> >
>> > "Mr Newbie" wrote:
>> >
>> >> What do I need to run a web service on my PC ?
>> >>
>> >> I know I need the .NET Framework, but do I need IIS Running ?
>> >>
>> >>
>> >>
>>
>>
>>


Nov 19 '05 #7
If I remember I saw once that this is not needed (HTTP is just the default
transport protocol)... I'll try to see if I can find back the source of this
info...

Patrice
--

"Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
news:OK**************@TK2MSFTNGP15.phx.gbl...
yes, but more specifically, i want to know if you could run without the
ASP.NET Class libraries, or alt least understand where the commonality is

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
No you cannot run web service with out .NET class libraries.

"Mr Newbie" wrote:
I see. So although the .NET Framework must be present, If I were to
remove
just the ASP.NET Class libraries, would I be still able to run a web
service
?
"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
> Since web services runs in IIS , that system must be aware of .NET
> framework.
> J2EE also supports Web Services.It supports XML , so web services are
> platform and language independent.
>
> "Mr Newbie" wrote:
>
>> Do web services share the ASP.NET class libraries ?
>>
>> "Satish" <Sa****@discussions.microsoft.com> wrote in message
>> news:27**********************************@microsof t.com...
>> > Yes , Web services run on IIS only..
>> > Thats why IIS must be running mode
>> >
>> > "Mr Newbie" wrote:
>> >
>> >> What do I need to run a web service on my PC ?
>> >>
>> >> I know I need the .NET Framework, but do I need IIS Running ?
>> >>
>> >>
>> >>
>>
>>
>>


Nov 19 '05 #8
at Client side no need to have .NET framework.But serverside it is must.

"Patrice" wrote:
If I remember I saw once that this is not needed (HTTP is just the default
transport protocol)... I'll try to see if I can find back the source of this
info...

Patrice
--

"Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
news:OK**************@TK2MSFTNGP15.phx.gbl...
yes, but more specifically, i want to know if you could run without the
ASP.NET Class libraries, or alt least understand where the commonality is

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
No you cannot run web service with out .NET class libraries.

"Mr Newbie" wrote:

> I see. So although the .NET Framework must be present, If I were to
> remove
> just the ASP.NET Class libraries, would I be still able to run a web
> service
> ?
>
>
> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> news:6C**********************************@microsof t.com...
> > Since web services runs in IIS , that system must be aware of .NET
> > framework.
> > J2EE also supports Web Services.It supports XML , so web services are
> > platform and language independent.
> >
> > "Mr Newbie" wrote:
> >
> >> Do web services share the ASP.NET class libraries ?
> >>
> >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> >> news:27**********************************@microsof t.com...
> >> > Yes , Web services run on IIS only..
> >> > Thats why IIS must be running mode
> >> >
> >> > "Mr Newbie" wrote:
> >> >
> >> >> What do I need to run a web service on my PC ?
> >> >>
> >> >> I know I need the .NET Framework, but do I need IIS Running ?
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>



Nov 19 '05 #9
It was likely :
http://msdn.microsoft.com/msdnmag/is...n/default.aspx

It looks like it uses .NET 2.0 to easily implement your own HTTP listener
allowing to handle those requests without using IIS.

If you need to run this on 1.0 and 1.1,
http://www.dotnet247.com/247referenc...staspnet1.mspx
might perhaps help...

Patrice

--

"Patrice" <no****@nowhere.com> a écrit dans le message de
news:Os**************@TK2MSFTNGP12.phx.gbl...
If I remember I saw once that this is not needed (HTTP is just the default
transport protocol)... I'll try to see if I can find back the source of this info...

Patrice
--

"Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
news:OK**************@TK2MSFTNGP15.phx.gbl...
yes, but more specifically, i want to know if you could run without the
ASP.NET Class libraries, or alt least understand where the commonality is
"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
No you cannot run web service with out .NET class libraries.

"Mr Newbie" wrote:

> I see. So although the .NET Framework must be present, If I were to
> remove
> just the ASP.NET Class libraries, would I be still able to run a web
> service
> ?
>
>
> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> news:6C**********************************@microsof t.com...
> > Since web services runs in IIS , that system must be aware of .NET
> > framework.
> > J2EE also supports Web Services.It supports XML , so web services are> > platform and language independent.
> >
> > "Mr Newbie" wrote:
> >
> >> Do web services share the ASP.NET class libraries ?
> >>
> >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> >> news:27**********************************@microsof t.com...
> >> > Yes , Web services run on IIS only..
> >> > Thats why IIS must be running mode
> >> >
> >> > "Mr Newbie" wrote:
> >> >
> >> >> What do I need to run a web service on my PC ?
> >> >>
> >> >> I know I need the .NET Framework, but do I need IIS Running ?
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>



Nov 19 '05 #10
Thanks

"Patrice" <no****@nowhere.com> wrote in message
news:Os**************@TK2MSFTNGP12.phx.gbl...
If I remember I saw once that this is not needed (HTTP is just the default
transport protocol)... I'll try to see if I can find back the source of
this
info...

Patrice
--

"Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
news:OK**************@TK2MSFTNGP15.phx.gbl...
yes, but more specifically, i want to know if you could run without the
ASP.NET Class libraries, or alt least understand where the commonality is

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
> No you cannot run web service with out .NET class libraries.
>
> "Mr Newbie" wrote:
>
>> I see. So although the .NET Framework must be present, If I were to
>> remove
>> just the ASP.NET Class libraries, would I be still able to run a web
>> service
>> ?
>>
>>
>> "Satish" <Sa****@discussions.microsoft.com> wrote in message
>> news:6C**********************************@microsof t.com...
>> > Since web services runs in IIS , that system must be aware of .NET
>> > framework.
>> > J2EE also supports Web Services.It supports XML , so web services
>> > are
>> > platform and language independent.
>> >
>> > "Mr Newbie" wrote:
>> >
>> >> Do web services share the ASP.NET class libraries ?
>> >>
>> >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
>> >> news:27**********************************@microsof t.com...
>> >> > Yes , Web services run on IIS only..
>> >> > Thats why IIS must be running mode
>> >> >
>> >> > "Mr Newbie" wrote:
>> >> >
>> >> >> What do I need to run a web service on my PC ?
>> >> >>
>> >> >> I know I need the .NET Framework, but do I need IIS Running ?
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>



Nov 19 '05 #11
Yes of course.

Mr Newbie may want to clarify a bit as the exact goal is not crystal clear.
For now my understanding is that he is aware he needs the .NET framework on
the machine that hosts the web service but that he would like to host this
service without using IIS...

Patrice

--

"Satish" <Sa****@discussions.microsoft.com> a écrit dans le message de
news:37**********************************@microsof t.com...
at Client side no need to have .NET framework.But serverside it is must.

"Patrice" wrote:
If I remember I saw once that this is not needed (HTTP is just the default transport protocol)... I'll try to see if I can find back the source of this info...

Patrice
--

"Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
news:OK**************@TK2MSFTNGP15.phx.gbl...
yes, but more specifically, i want to know if you could run without the ASP.NET Class libraries, or alt least understand where the commonality is
"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
> No you cannot run web service with out .NET class libraries.
>
> "Mr Newbie" wrote:
>
>> I see. So although the .NET Framework must be present, If I were to
>> remove
>> just the ASP.NET Class libraries, would I be still able to run a web >> service
>> ?
>>
>>
>> "Satish" <Sa****@discussions.microsoft.com> wrote in message
>> news:6C**********************************@microsof t.com...
>> > Since web services runs in IIS , that system must be aware of ..NET >> > framework.
>> > J2EE also supports Web Services.It supports XML , so web services are >> > platform and language independent.
>> >
>> > "Mr Newbie" wrote:
>> >
>> >> Do web services share the ASP.NET class libraries ?
>> >>
>> >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
>> >> news:27**********************************@microsof t.com...
>> >> > Yes , Web services run on IIS only..
>> >> > Thats why IIS must be running mode
>> >> >
>> >> > "Mr Newbie" wrote:
>> >> >
>> >> >> What do I need to run a web service on my PC ?
>> >> >>
>> >> >> I know I need the .NET Framework, but do I need IIS Running ?
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>


Nov 19 '05 #12
Just to be clear, web services "in general" do not need .net or iis. You
only need soap, xml and uddi for a complete solution but, yes, I'm sure he
means the .net situation.
Nov 19 '05 #13
yes thank you.

I did mean in the .NET scenario, I wanted to understand how dependent web
services were on the ASP.NET Classes and to know if I also needed IIS. I
Understood I needed IIS, but was not sure about the relationship between
ASP.NET and web services.

"drhowarddrfinedrhoward" <a@hotmail.com> wrote in message
news:V8*******************@fe06.lga...
Just to be clear, web services "in general" do not need .net or iis. You
only need soap, xml and uddi for a complete solution but, yes, I'm sure he
means the .net situation.

Nov 19 '05 #14
yes thank you.

I did mean in the .NET scenario, I wanted to understand how dependent web
services were on the ASP.NET Classes and to know if I also needed IIS. I
Understood I needed IIS, but was not sure about the relationship between
ASP.NET and web services.

"Patrice" <no****@nowhere.com> wrote in message
news:OK*************@TK2MSFTNGP15.phx.gbl...
Yes of course.

Mr Newbie may want to clarify a bit as the exact goal is not crystal
clear.
For now my understanding is that he is aware he needs the .NET framework
on
the machine that hosts the web service but that he would like to host this
service without using IIS...

Patrice

--

"Satish" <Sa****@discussions.microsoft.com> a écrit dans le message de
news:37**********************************@microsof t.com...
at Client side no need to have .NET framework.But serverside it is must.

"Patrice" wrote:
> If I remember I saw once that this is not needed (HTTP is just the default > transport protocol)... I'll try to see if I can find back the source of this > info...
>
> Patrice
>
>
> --
>
> "Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
> news:OK**************@TK2MSFTNGP15.phx.gbl...
> > yes, but more specifically, i want to know if you could run without the > > ASP.NET Class libraries, or alt least understand where the
> > commonality is > >
> > "Satish" <Sa****@discussions.microsoft.com> wrote in message
> > news:99**********************************@microsof t.com...
> > > No you cannot run web service with out .NET class libraries.
> > >
> > > "Mr Newbie" wrote:
> > >
> > >> I see. So although the .NET Framework must be present, If I were
> > >> to
> > >> remove
> > >> just the ASP.NET Class libraries, would I be still able to run a web > > >> service
> > >> ?
> > >>
> > >>
> > >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> > >> news:6C**********************************@microsof t.com...
> > >> > Since web services runs in IIS , that system must be aware of .NET > > >> > framework.
> > >> > J2EE also supports Web Services.It supports XML , so web
> > >> > services are > > >> > platform and language independent.
> > >> >
> > >> > "Mr Newbie" wrote:
> > >> >
> > >> >> Do web services share the ASP.NET class libraries ?
> > >> >>
> > >> >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> > >> >> news:27**********************************@microsof t.com...
> > >> >> > Yes , Web services run on IIS only..
> > >> >> > Thats why IIS must be running mode
> > >> >> >
> > >> >> > "Mr Newbie" wrote:
> > >> >> >
> > >> >> >> What do I need to run a web service on my PC ?
> > >> >> >>
> > >> >> >> I know I need the .NET Framework, but do I need IIS Running
> > >> >> >> ?
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >>
> > >> >>
> > >> >>
> > >>
> > >>
> > >>
> >
> >
>
>
>


Nov 19 '05 #15
>>> I see. So although the .NET Framework must be present, If I were to
remove
just the ASP.NET Class libraries, would I be still able to run a web
service
?

It is entirely possible to remove all of the class libraries from the CLR
that you don't need to run Web Services, as long as all you need is Web
Services, and you don't need any additional class libraries to RUN your Web
Services, although I can't for the life of me figure out why anyone would
ask such a question. For example, you might ask, if I need to wash my hands,
what in the bathroom do I need? Someone might respond, you need the sink and
the towel rack. Then you might ask, if that is the case, why not take out
the toilet and shower? To which I would reply, taking out the toilet and
shower are a lot of work, and will not help you wash your hands. Why would
you therefore WANT to remove the toilet and shower?

It seems that you question needs more clarification. The better the
question, the better the answer. What exactly are you trying to figure out,
and why?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Mr Newbie" <se*****@sdfsdf.com> wrote in message
news:OK**************@TK2MSFTNGP15.phx.gbl... yes, but more specifically, i want to know if you could run without the
ASP.NET Class libraries, or alt least understand where the commonality is

"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:99**********************************@microsof t.com...
No you cannot run web service with out .NET class libraries.

"Mr Newbie" wrote:
I see. So although the .NET Framework must be present, If I were to
remove
just the ASP.NET Class libraries, would I be still able to run a web
service
?
"Satish" <Sa****@discussions.microsoft.com> wrote in message
news:6C**********************************@microsof t.com...
> Since web services runs in IIS , that system must be aware of .NET
> framework.
> J2EE also supports Web Services.It supports XML , so web services are
> platform and language independent.
>
> "Mr Newbie" wrote:
>
>> Do web services share the ASP.NET class libraries ?
>>
>> "Satish" <Sa****@discussions.microsoft.com> wrote in message
>> news:27**********************************@microsof t.com...
>> > Yes , Web services run on IIS only..
>> > Thats why IIS must be running mode
>> >
>> > "Mr Newbie" wrote:
>> >
>> >> What do I need to run a web service on my PC ?
>> >>
>> >> I know I need the .NET Framework, but do I need IIS Running ?
>> >>
>> >>
>> >>
>>
>>
>>


Nov 19 '05 #16
Ok so to summarize my understanding from the articles I mentioned earlier :
- .NET webservices have no dependency on IIS, actually they are using a
lower level API
- in 1.0 or 1.1, you can host ASP.NET in your own app allowing to handle web
services request without IIS but this requires some code
- in 2.0 this will be easier as you'll have classes specifically designed
for this purpose

I don't see the dependency on "ASP.NET classes" point. Anyway when the
framework is installed you have all of this capabilites at your disposal.

Of course it's likely you would want to do that for low traffic services
only such as having a server calling sometimes a callback in your Windows
application or something similar...

Patrice

--

"Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
news:O$**************@TK2MSFTNGP15.phx.gbl...
yes thank you.

I did mean in the .NET scenario, I wanted to understand how dependent web
services were on the ASP.NET Classes and to know if I also needed IIS. I
Understood I needed IIS, but was not sure about the relationship between
ASP.NET and web services.

"Patrice" <no****@nowhere.com> wrote in message
news:OK*************@TK2MSFTNGP15.phx.gbl...
Yes of course.

Mr Newbie may want to clarify a bit as the exact goal is not crystal
clear.
For now my understanding is that he is aware he needs the .NET framework
on
the machine that hosts the web service but that he would like to host this service without using IIS...

Patrice

--

"Satish" <Sa****@discussions.microsoft.com> a écrit dans le message de
news:37**********************************@microsof t.com...
at Client side no need to have .NET framework.But serverside it is must.
"Patrice" wrote:

> If I remember I saw once that this is not needed (HTTP is just the

default
> transport protocol)... I'll try to see if I can find back the source of
this
> info...
>
> Patrice
>
>
> --
>
> "Mr Newbie" <se*****@sdfsdf.com> a écrit dans le message de
> news:OK**************@TK2MSFTNGP15.phx.gbl...
> > yes, but more specifically, i want to know if you could run without

the
> > ASP.NET Class libraries, or alt least understand where the
> > commonality

is
> >
> > "Satish" <Sa****@discussions.microsoft.com> wrote in message
> > news:99**********************************@microsof t.com...
> > > No you cannot run web service with out .NET class libraries.
> > >
> > > "Mr Newbie" wrote:
> > >
> > >> I see. So although the .NET Framework must be present, If I were
> > >> to
> > >> remove
> > >> just the ASP.NET Class libraries, would I be still able to run a

web
> > >> service
> > >> ?
> > >>
> > >>
> > >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> > >> news:6C**********************************@microsof t.com...
> > >> > Since web services runs in IIS , that system must be aware of

.NET
> > >> > framework.
> > >> > J2EE also supports Web Services.It supports XML , so web
> > >> > services

are
> > >> > platform and language independent.
> > >> >
> > >> > "Mr Newbie" wrote:
> > >> >
> > >> >> Do web services share the ASP.NET class libraries ?
> > >> >>
> > >> >> "Satish" <Sa****@discussions.microsoft.com> wrote in message
> > >> >> news:27**********************************@microsof t.com...
> > >> >> > Yes , Web services run on IIS only..
> > >> >> > Thats why IIS must be running mode
> > >> >> >
> > >> >> > "Mr Newbie" wrote:
> > >> >> >
> > >> >> >> What do I need to run a web service on my PC ?
> > >> >> >>
> > >> >> >> I know I need the .NET Framework, but do I need IIS

Running > > >> >> >> ?
> > >> >> >>
> > >> >> >>
> > >> >> >>
> > >> >>
> > >> >>
> > >> >>
> > >>
> > >>
> > >>
> >
> >
>
>
>



Nov 19 '05 #17
>>you can host ASP.NET in your own app allowing to >>handle web
services request without IIS but this requires some >>code


How would you do this?
Nov 19 '05 #18
The articlee I mentioned earlier is
http://www.dotnet247.com/247referenc...staspnet1.mspx

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

Patrice

--

"drhowarddrfinedrhoward" <a@hotmail.com> a écrit dans le message de
news:sa******************@fe06.lga...
you can host ASP.NET in your own app allowing to >>handle web
services request without IIS but this requires some >>code


How would you do this?

Nov 19 '05 #19
I read one of those before. Though they talk about running your application
without IIS, doesn't this mean you can run a complete web server with the
same methods? I know, of course, some of the "features" would be missing.
Nov 19 '05 #20
What is a "complete" web server ? This is also similar AFAIK to how the web
server that comes with Web Matrix works...

That said it's likely only usefull for specific scenarios such as running a
demo of an ASP.NET app or having a low traffic web desktop web services or
something similar...

Patrice
--

"drhowarddrfinedrhoward" <a@hotmail.com> a écrit dans le message de
news:eN*****************@fe03.lga...
I read one of those before. Though they talk about running your application without IIS, doesn't this mean you can run a complete web server with the
same methods? I know, of course, some of the "features" would be missing.

Nov 19 '05 #21
Thank you Patrice!
Nov 19 '05 #22
Hi could you tell me a free web service which i could use in my application.
this is just for learning purpose

Thanks

"drhowarddrfinedrhoward" wrote:
Thank you Patrice!

Jan 30 '06 #23
Look up Google APIs on Google's website
George.
"Varun" <Va***@discussions.microsoft.com> wrote in message
news:ED**********************************@microsof t.com...
Hi could you tell me a free web service which i could use in my
application.
this is just for learning purpose

Thanks

"drhowarddrfinedrhoward" wrote:
Thank you Patrice!

Jan 30 '06 #24
For testing purposes

http://www.dci.ch/app1/Zitate.asmx
or
http://www.dci.ch/app1/Zitate.asmx/Zufalls_Zitat

may be sufficient


"Varun" <Va***@discussions.microsoft.com> schrieb im Newsbeitrag
news:ED**********************************@microsof t.com...
Hi could you tell me a free web service which i could use in my
application.
this is just for learning purpose

Thanks

"drhowarddrfinedrhoward" wrote:
Thank you Patrice!

Jan 30 '06 #25
Thanks Bert

"Bert Leu" wrote:
For testing purposes

http://www.dci.ch/app1/Zitate.asmx
or
http://www.dci.ch/app1/Zitate.asmx/Zufalls_Zitat

may be sufficient


"Varun" <Va***@discussions.microsoft.com> schrieb im Newsbeitrag
news:ED**********************************@microsof t.com...
Hi could you tell me a free web service which i could use in my
application.
this is just for learning purpose

Thanks

"drhowarddrfinedrhoward" wrote:
Thank you Patrice!


Jan 31 '06 #26
Thanks George

"George Ter-Saakov" wrote:
Look up Google APIs on Google's website
George.
"Varun" <Va***@discussions.microsoft.com> wrote in message
news:ED**********************************@microsof t.com...
Hi could you tell me a free web service which i could use in my
application.
this is just for learning purpose

Thanks

"drhowarddrfinedrhoward" wrote:
Thank you Patrice!


Jan 31 '06 #27

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

Similar topics

4
2227
by: rbt | last post by:
How does one associate a "Description" with a Windows service written in Python? I've just started experimenting with Python services. Here's my code... copied straight from Mr. Hammond's "Python...
6
2540
by: cs | last post by:
I noticed there is some .net services on my winxp. One or two mention the CLR. Does that mean that my .net apps/services wont run before those services start? I need to run my service as early on...
0
2137
by: Diego F. | last post by:
I've been days with that. I'm trying to work with web services sending and returning objects, and the web service must store some objects. - My first try (the most obvious in my opinion) was to use...
3
6471
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types...
7
6003
by: Stu | last post by:
Hi, I have a web service which returns a record set and works well integrated with an asp dot net page. However if I decided to develop a unix app will i be able to read the dataset as it is...
3
4972
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : ...
2
2055
by: sdstraub | last post by:
I have created 5 services in my project, in the 1st service I set servicestorun = array of all 5 services, I have a project installer with 5 service installers, one for each service. I have code...
0
1787
by: krishnaraju | last post by:
HI to all, please help me.its urgent requirement. my question is this is the wsdl file i got from our client.please see at bottom. when iam trying to access that webmethods iam getting...
1
2174
by: Data Entry Outsourcing | last post by:
Data Entry plays vital role in every business area. Data Entry is one such aspects of any business that needs to be handled properly for expanding your business. Data Entry is one of the leading...
0
7265
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7388
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7545
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7111
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5692
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5095
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3240
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1605
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.