XML digital signature interface
- by yeekang
I am trying to call a WebService and it requires me to prepare an XML digital signature interface. I came across this website and it shows how to sign an XML document. My problem now is that I do not create the XML document myself. My code is as follows:
string myResult;
GenericWS.ServicesService a = new GenericWS.ServicesService();…