Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 2nd, 2005, 10:00 AM
Registered User
 
Join Date: Apr 2005
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
Default Web Services

I don't have any experience with the so called distributed application nor with the n-tier architecture, but as far as I know, the web services is the answer to such issues for implementing it with the cross platform ability since extensive use of XML for communication.

Data must be converted to ASCII before transfered between machine, does this make extra overhead?

Does web service solution is secure because the data is stripped ( can be read from simple ASCII viewer like notepad ) ?

Thanks...

Precision is not truth!
 
Old May 2nd, 2005, 12:28 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Yes, marshalling the data to XML takes some overhead. However, this is usually offset by the value of building the web service.

Security in a web service is determined by how it is implemented and secured by the developer (for example, HTTPS and using authentication)- it's no more or less secure because it's in XML.

Both of these concerns should be addressed by the Architect of the solution.


Hal Levy
I am here to help you, not do it for you.
That is, unless you hire me. I am looking for work.





Similar Threads
Thread Thread Starter Forum Replies Last Post
web services tanzi C# 1 September 23rd, 2007 02:59 AM
Web Services BriTheProblem Book: Wrox's Visual C# 2005 Express Edition Starter Kit 1 May 11th, 2006 03:11 AM
Web Services Error (Ch18) - No Web Disc. Info. ElPato BOOK: Beginning ASP.NET 1.0 2 April 13th, 2005 03:27 PM
Web Services qadeerahmad .NET Web Services 1 August 7th, 2004 11:46 AM
Web Services qadeerahmad Forum and Wrox.com Feedback 3 August 7th, 2004 01:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.