473,409 Members | 1,952 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,409 software developers and data experts.

How to make web service secure

Hi all
I have have a web service in c$ which was a pretty easy task, but the
task seemd to be difficult when came to security..
i have had a vb6 application which sends xml file and gets a request in
xml format.
guys is there any idea how can i make a secured connection request and
response in this .
Please help .

May 13 '06 #1
4 2015
Use HTTPS instead of HTTP.

or use TripleDES or some other encryption to encrypt and decrypt the xml
going each way.

jack wrote:
Hi all
I have have a web service in c$ which was a pretty easy task, but the
task seemd to be difficult when came to security..
i have had a vb6 application which sends xml file and gets a request in
xml format.
guys is there any idea how can i make a secured connection request and
response in this .
Please help .

May 13 '06 #2
Hello Jack,

See WSE, WebServerExtention, especially WS-Security, WS-Trust

J> Hi all
J> I have have a web service in c$ which was a pretty easy task, but the
J> task seemd to be difficult when came to security..
J> i have had a vb6 application which sends xml file and gets a request
J> in
J> xml format.
J> guys is there any idea how can i make a secured connection request
J> and
J> response in this .
J> Please help .
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
May 13 '06 #3
Jack
You can secure web services by using Role Based Secuirty, You can take
advantage of Windows Authentication (if your web service is running on
interanet). You can also use SSL (Https) for secure communication. Moreover
you can secure particular parts of your messege by encrpyting them. For this
purpose you can use SOAP EXTENSIONS and override ProcessMessege function and
can encrypt data AfterSerialize event.

"jack" wrote:
Hi all
I have have a web service in c$ which was a pretty easy task, but the
task seemd to be difficult when came to security..
i have had a vb6 application which sends xml file and gets a request in
xml format.
guys is there any idea how can i make a secured connection request and
response in this .
Please help .

May 13 '06 #4
Thanks for the reply
im trying to implement soap by passing userid and password in the
header,
right now im just trying it, lets see wether it works
Thanks .

May 15 '06 #5

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

Similar topics

1
by: Jim Bayers | last post by:
I have three servers Campus Server | Secure Server | Public Server Do to the sensitive nature of the data, my network nazi wants me to access the campus server via the secure server. ...
4
by: Joe | last post by:
I'm hosting my web service on a Windows 2003 box which is remotely located. When trying to add a web reference to a C# project I get an error message 'There was an error downloading...
8
by: Manfred Braun | last post by:
Hello All! I am writing a management application, which has to access remote machines registry via System.Diagnostics.EventLog.CreateEventSource . For each machine, I connect to, I create a...
3
by: Hans Merkl | last post by:
Hi, I am helping to build a web app that's pretty much a wrapper around a web service. The question now is how to store the handle of the web service object between requests. My client is using...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
11
by: Joseph Geretz | last post by:
I've been looking at two approaches for the maintenance of Session state for a Web Service application. One approach uses the old familiar Session object which I've used in the past for Web...
7
by: Peter Bradley | last post by:
Hi, I'm writing a Web service (the first one I've ever written in anger, by the way) that has to do some AD manipulation and then has to create some directories on some remote servers. Doing...
33
by: JamesB | last post by:
I am writing a service that monitors when a particular app is started. Works, but I need to get the user who is currently logged in, and of course Environment.UserName returns the service logon...
0
by: Gordon | last post by:
On Oct 23, 9:43 am, Curtis <dye...@gmail.comwrote: if ($handle = fsockopen ('localhost', 80, $errnum, $errmsg, 1)) { echo ('A web server is running on this system<br>'); fclose ($handle); }...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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
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
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...
0
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
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
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.