I was trying to invoke a method of a SOAP service on a page in ASP.NET, but it is throwing the following error:
Some co-workers told me that it was necessary to invoke the service using WsSecurity and attaching certifications previously sent by the SOAP service provider; but I do not know how to perform this operation. Is there any guide on how to do this?
Thanks