SOAP message handler
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I want to create a SOAP message Handler for securing my web services. The .NET plateform offer this possibility with the SOAP extension. But can this method be used with other plateform web services (java...) and how do it work? In other words, can we create a SOAP message handler for all web services? Thank you.