Wrox Home  
Search P2P Archive for: Go

  Return to Index  

dotnet_windows_app_design thread: Web Service for VB DOT NET Application


Message #1 by "I, Senthilkumar" <Senthilkumar.I@b...> on Fri, 30 Aug 2002 22:13:23 +0500
Single user applications are not typically good candidaes for a web service.

Web Services provide information on demand across the internet.  As most
single user applications do not provide communication services over the
internet a web service is not relevent.

A web service is relevent when you want to supply information to remote
computers across the internet on demand from the remote users.   For
example, if you wanted to sell something, you could make your price catalog
available, or you might even provide tools to place an order (no user
interface).  The remote user would be responsible for interpreting the XML
data your web service supplies and using the data in sime meaningful way.



----- Original Message -----
From: "I, Senthilkumar" <Senthilkumar.I@b...>
To: "Application Design for Windows Desktops"
<dotnet_windows_app_design@p...>
Sent: Friday, August 30, 2002 10:13 AM
Subject: [dotnet_windows_app_design] Web Service for VB DOT NET Application


> Hi Friends,
>
> Can anyone help me on the below?
>
> I need to convert a VB 6.0 Application to VB DOT NET.
> Can I use web service for some functionality? But this application will be
> used only by its user.
>
> In what scenario can I choose web service?
>
> Thanks in Advance.
>
> Regards,
> Senthil Kumar.I
> WARNING: The information in this message is confidential and may be
legally
> privileged. It is intended solely for the addressee.  Access to this
message
> by anyone else is unauthorised.  If you are not the intended recipient,
any
> disclosure, copying, or distribution of the message, or any action or
> omission taken by you in reliance on it, is prohibited and may be
unlawful.
> Please immediately contact the sender if you have received this message in
> error. Thank you.
>


  Return to Index