Securing a web service

P

Paul

Hi.

Whats the best practice to secure a webserivce, basically I have already
secured the webservice with XHEO however I need the webservice to only talk
to a specific caller.
 
J

Jan Tielens

You could use HTTPS and SSL for this. You'll need a certificate for your
client and your server, so they'll be sure they are talking to eachother.

--
Greetz

Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
 
G

Gerald Brose

Paul said:
Whats the best practice to secure a webserivce, basically I have already
secured the webservice with XHEO however I need the webservice to only talk
to a specific caller.

The best (=most secure) approach to securing Web Services is
by using an appplication-level firewall between the SOAP
sender and the service, i.e. using a SOAP gateway such as
Xtradyne's Web Services Domain Boundary Controller (WS-DBC).

The big advantage of such a gateway is that your code remains
free of any security checks because security is provided at
the SOAP protocol level rather than the API level.

<commercial>
In addition to the 4As (AuthN, AuthZ with RBAC, Audit,
centralized Admin) it offers advanced content inspection
features (filtering) and XML security features such as SAML,
XML DSig. Services can be securely exposed by importing WSDL
and managing policies in a GUI. Details can be found at
http://www.xtradyne.de/products/ws-dbc/ws-dbc.htm
</commercial>

Regards, Gerald Brose.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,819
Latest member
masterdaster

Latest Threads

Top