Base solution for your next web application
Open Closed

Web Api Consumed by External System #6069


User avatar
0
mdframe created

Hi,

I thought I saw a document regarding information and details about how an external client could call the ANZ web services however I am having trouble locating it again. Does anyone have a direct link or recommendation on how they perform authorization then consume only the services they have authorization for? All of our services have permissions.

Thanks.


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    If I understand you correctly.

    In fact, ANZ provides the http interface of the web api. It can be called by any client (such as the existing angular client)

    Calling a webapi that requires permission only needs to pass the correct credential (token).

  • User Avatar
    0
    mdframe created

    I understand, they are using C# and will be consuming our inventory counts, which is already used in the system. I wish to give them the ability to consume the same method from the web service however I do not have documentation to give them on how to create the auth token and perform the call.

    This is all new to us as well with ANZ.

  • User Avatar
    0
    maliming created
    Support Team

    Here are some introductions token-based-authentication

  • User Avatar
    0
    mdframe created

    Thanks @maliming - this is what I was looking to verify for the connection requirements. I have been able to make connections with SoapUI without issue.