Sage EM Cloud and Web Serviced

SOLVED

Has anybody been successful in consuming Sage EM Web Services from the cloud/hosted version of EM?  I am able to publish an object as a web service, and I can consume it in the web services tester, but I'm not quite sure how to consume it from an external application, such as .Net.  Based on my research, it appears as though consuming web services in the hosted version requires using OAuth2 instead of basic authentication.  When I have used OAuth2 in the past, there is a separate URL to call to get the OAuth2 token, and I'm not quite sure what url I am supposed to used to get an OAuth token for EM.

Parents Reply
  • 0 in reply to Denise Hartman

    Thanks Denise,

    it´s an idea, but I think that you are only using basic auth also. But I will try to build an Oauth2 using .net.

    help on-line

    “The request must contain an "oauth2" parameter whose value is the name of the OAuth2 instance. The batch authentication flag also has to be set. The server is then given the access token.”

    The access token is the main issue that I do not understand how it should work.

    Regards.

    André

Children