Our Organization has developed a Web service using JAX WS approach exposing EJB as EndPoint .This wsdl file URL is only used by third party companies that register with us (Means i want to say that this wsdl url is not world wide accessable).
Now we need to implement security for this service , please tell me what is the appropiate for doing so ??
Thank you in advnace .
Waiting for your valuable suggestions .
Please help .
I assume that Message Level Security suits me for this purpose .
Please share as how can i implement this security inside my EndPoint ??
Thank you .
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
That's what WS-Security is for. Every decent SOAP stack supports is these days; check the documentation of whichever server you're using for the details.
Hello ulf ,
I have gone through SSL tutorials , My company is not providing any online business or not accepting any credit cards , so i think SSL does not suit my requirement .
So please tell me what is the approach i need to use to implement security for my Webservices
That's what WS-Security is for. Every decent SOAP stack supports is these days; check the documentation of whichever server you're using for the details.
so please can you guide me as how to implement this
Please help
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Implementing Security in web services developed using JAX WS approach