Can anyone suggest the simplest way to implement a SOAP web service that:
- implements a fairly simple protocol (incidentally, used for secure key management)
- unwraps XML digital signatures
- interacts with the Enscribe file system
- does not have to be as fault-tolerant as a standard Non-Stop process
By "simplest" I mean "has the least dependencies". Lower cost is not necessarily a worry for now.
I have been advised that XPNET might be the 'platform' to use but possibly there are better ways.
Thanks!