TAILIEUCHUNG - ASP.NET AJAX Programmer’s Reference - Chapter 18

Web Ser vices Bridges and Transformers Chương này đầu tiên sẽ cung cấp một cái nhìn tổng quan về dịch vụ của Amazon Web thương mại điện tử. Sau đó nó sẽ thực hiện một điều khiển máy chủ kịch bản mà sử dụng một Web dịch vụ cầu nối để gọi một phương thức Web quy định của dịch vụ Web và hiển thị kết quả cho người dùng cuối. Cuối cùng, tôi sẽ cung cấp một phạm vi bảo hiểm chiều sâu của AJAX máy biến áp. Amazon Web Ser tệ nạn Vào cuối của Chương 14, tôi hứa. | Web Services Bridges and Transformers This chapter will first provide an overview of the Amazon E-Commerce Web service. It will then implement a script server control that uses a Web services bridge to invoke a specified Web method of this Web service and display the results to end users. Finally I will provide an in-depth coverage of AJAX transformers. Amazon Web Services At the end of Chapter 14 I promised that I d present a more complete example of Web services bridges. In this chapter you ll learn how to develop a custom script server control that uses a bridge to enable the client code to interact with the Amazon Web services. Before diving into the implementation of this custom script server control you need to do the following things Visit the Amazon Web service site at gp aws and follow the instructions on this site to create an Amazon Web service account and get an access key. As you ll see later you have to include this access key with every single call that you make to the Amazon Web services. This site comes with the complete documentation and sample code for using the Amazon Web services. Acquire a good understanding of the Amazon Web services. In particular we re interested in the Amazon E-Commerce Web service AWSECommerceService a particular Web method of this Web service named ItemSearch and a particular set of parameters of this Web method. Therefore in this chapter we ll focus on these items. Complete coverage of the Amazon Web services is beyond the scope of this book. The following code listing presents the declaration of the Amazon E-Commerce Web service public class AWSECommerceService public ItemSearchResponse ItemSearch ItemSearch ItemSearch1 Chapter 18 Web Services Bridges and Transformers As you can see the ItemSearch method takes an argument of type ItemSearch and returns an object of type ItemSearchResponse. I ll discuss the ItemSearch and ItemSearchResponse types in the following sections. ItemSearch

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.