Access Opentext Jobsubmit service SOAP API in .Net Core

I am trying to send email using opentext email API. When I add web service to my application, I can able to access all methods.

My doubt is, There is no Jobsubmitservice class. How to use JobSubmitAsync to submit a job. is there any samples available in .net core ?

Comments