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 ? 26 1824
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 ?
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 ?
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 ?
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 ? >> >> >>
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 ? >> >> >>
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 ? >> >> >> >> >> >> >> >> >>
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 ? >> >> >> >> >> >> >> >> >>
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 ? > >> >> > >> >> > >> >> > >> > >> > >> > > >
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 ? > >> >> > >> >> > >> >> > >> > >> > >> > > >
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 ? >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>
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 ? >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>
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.
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.
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 > > >> >> >> ? > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> > > >> >> > > >> >> > > >> > > >> > > >> > > > > > > >
>>> 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 ? >> >> >> >> >> >> >> >> >>
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 > > >> >> >> ? > > >> >> >> > > >> >> >> > > >> >> >> > > >> >> > > >> >> > > >> >> > > >> > > >> > > >> > > > > > > >
>>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?
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.
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.
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!
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!
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!
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!
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! This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
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...
|
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...
|
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...
|
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...
|
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...
|
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 :
...
|
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...
|
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...
|
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...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: Aliciasmith |
last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
| |