How to Call the Read Operation on an AIF Web Service
If you know the primary key of an entity you can call the read operation on a web service. The response document contains all of the fields for that entity. The code below is an example of how to call the read operation. I am using a custom service but the code would be very similar…Read more