Fill This Form To Receive Instant Help
Homework answers / question archive / project should include documentation in the form of a Read Me file that explains How your project addresses each of the requirements listed in the assignment section and what you added to make it over and above
project should include documentation in the form of a Read Me file that explains How your project addresses each of the requirements listed in the assignment section and what you added to make it over and above. Your controls and variables have good descriptive names. You need to move the bulk of your code form the event subs into subs and functions you created. This will allow them to be reused and makes for very good coding and easy debugging. Good use of additional examples in your project to go over and above.
About the Application
===============
The application provides a search field where the user can enter keyword search terms and then to call the Amazon service to search for books using those keywords. The application displays a sorted list of titles matching the search request. When the user clicks a title in the list, the application retrieves the details for the selected title, and displays them.
Two types of requests are made: a KeywordRequest and an AsinRequest. ASIN is shorthand for "Amazon.com Standard Item Number"?a unique ID assigned to every Amazon product.
Each request has a type, which you can set to the string "heavy" or "lite," and controls the detail level of the returned data. For this application, a "lite" request suffices for the keyword request because you're only going to display titles that match the search request. The lite request type also returns the ASIN, which you can then use to perform an AsinSearchRequest using the "heavy" request type to get all the details for a specific item.
A Windows Forms application is created and the following items are added:
TxtSearch?a single-line TextBox for the user to enter keyword search terms.
LstResults?a ListBox to hold the results of the keyword search query.
PnlDetails?a Panel that will hold controls to display the details returned from an AsinRequest.
Next, a Web Reference to the Amazon Web services is added by right-clicking on the Web References item in Visual Studio's Solution Explorer, selecting Add Web Reference, and entering the following URL in the Address field of the Add Web Reference dialog:
http://soap.amazon.com/schemas2/AmazonWebServices.wsdl
Press Enter to access the WSDL file for the service.
VS.NET creates a proxy file (reference.cs) that defines all the classes for making SOAP requests and retrieving data from the responses.
Please use this google drive link to download the answer file.
https://drive.google.com/file/d/1TvsOyTedLTuY5BEx6gffAO1ikiNjV2FA/view?usp=sharing
Note: If you have any trouble in viewing/downloading the answer from the given link, please use this below guide to understand the whole process.
https://helpinhomework.org/blog/how-to-obtain-answer-through-google-drive-link