We are trying to convert our code that interfaced with Premiere connect web services to use the Easylink rebranded versions. I looked at the samples of how to do this ( from this forum ). But am running into a few issues.
(Q1) Is there a central URL where we can discover the WSDL for all the PremiereConnect webservices ( like https://apiforums.easylink.com/emapidocs/EMAPI2.5/wsdl ). I have found separate URLS for each individual Webservice ( i.e. https://apiforums.easylink.com/emapidocs/EMAPI2.5/wsdl/Authenticate201101.wsdl ). When we create mulitple webservice references in our project, it leads to lot of duplication of substructures
(Q2) When I do use the Authenticate WSDL I do not see the member XOA object like the samples show.
Is the AuthenticateService object the replacement for the XOA? Should I be able to get to the XOA member?
The XOA object used to have a XOA.JobSubmit( jobRequest ) method on it. What do you recommend we use instead?