Failed to invoke a SOAP Service in ASP.NET [closed]

3

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

    
asked by cristhian caldas 26.11.2016 в 00:15
source

1 answer

0

You can do that process if you use the WSE extensions. I leave a link here of the MSDN (in English) where you can make the signature and encryption of the SOAP request before sending it to the service

    
answered by 28.11.2016 в 16:46