web services - Calling Soap webservice including WSS from javascript -
i wondering if there technical solution calling soap webservice using client authentication via certificates (xwss ; digital signatures on body, timestamp, binarysecuritytoken) javascript. means keystore should available , accessible, outgoing connection should allowed,...
any library exists this? if needed browser extension used?
thanks thoughts.
cheers.
there no such thing far know. chrome extensions limited in can do.
the possible solution make extension requests web-services , call native messaging host xml digital signature verification in c++/c#/whatever.
for extension need soap client in javascript. had write own implementation of soap client in javascript fulfill task there free libraries out there. see, example, this one.
Comments
Post a Comment