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)
-
0
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).
-
0
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.
-
0
Here are some introductions token-based-authentication
-
0
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.