You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a new developer and I want to learn how to access data in our ZIS. Can someone point me to a simple unit test where I can retrieve StudentPersonal info using a studentId?
The text was updated successfully, but these errors were encountered:
The SIF Common Framework has some demos that you can use for this. For instance, if you download the framework, update the appropriate *.cfg files to reference your ZIS URL and build it in Visual Studio (Express), you can run the a demo Publisher and Subscriber (which by default publish/subscribe to StudentPersonal). Scripts for running the demos can be found in the Scripts/bat directory.
For instance, in one command window run the script "Publishing.XmlString UseCases\UseCase001.PublishingAgent.cfg". In another, run the script "Subscribing.Print UseCases\UseCase001.SubscribingAgent.cfg". Based upon the configuration (in the *.cfg files), this use case should simply send a StudentPersonal change event from the Publisher to the Subscriber (1 event only).
You can browse the demo code to see what needs to be implemented, and also the configuration files to find an appropriate example for your needs.
I am a new developer and I want to learn how to access data in our ZIS. Can someone point me to a simple unit test where I can retrieve StudentPersonal info using a studentId?
The text was updated successfully, but these errors were encountered: