I must implemented SOAP Web Service but i don't have a lot experience in this job. I read something about WCF, SoapCore etc. and tried to create some solutions. What I need to implement:
- Service which get request with SAML token in header (wsse:security).
- After receiving request I must forward SAML token with elements from soap:body to verification services.
- If I get allow to share data with request actor. I must generate response with some data from database.
My tech stack is .net vb/c#.