AWS Report for OpenListing
-
AWS Report for OpenListing --------------------------------- Hi.. Can any one help me Generate & Get Open Listing report in Amazon Web Services (AWS) Just need steps.. Thanks Never consider anything Impossible before trying to solve that..---Sumit Kapoor--- sumit_kapoor1980@hotmail.com
-
AWS Report for OpenListing --------------------------------- Hi.. Can any one help me Generate & Get Open Listing report in Amazon Web Services (AWS) Just need steps.. Thanks Never consider anything Impossible before trying to solve that..---Sumit Kapoor--- sumit_kapoor1980@hotmail.com
1. Create a new C++ .Net / C# project. 2. Add a 'Web Reference', and insert the URL of the web service where required 3. The IDE generates all necessary files for using the web service. It is implemented by using COM, so your program must initialize COM (CoInitialize)before using the object. 4. After initializing COM, create an object of the class representing the web service on heap memory 5. Call the necessary methods, supplying any necessary parameters. 6. Delete the object 7. Uninitialize COM 8. Done -Antti Keskinen ---------------------------------------------- The definition of impossible is strictly dependant on what we think is possible.