TAILIEUCHUNG - Web Services, Clients, and Proxies

Dịch vụ Web, khách hàng, và proxy Bạn đã thấy rằng một dịch vụ Web sử dụng SOAP để cung cấp một cơ chế nhận được yêu cầu và gửi lại kết quả. SOAP sử dụng XML để định dạng dữ liệu được truyền qua đường, mà cưỡi trên đầu trang của giao thức HTTP được sử dụng bởi các máy chủ Web và trình duyệt. | Web Services Clients and Proxies You have seen that a Web service uses SOAP to provide a mechanism for receiving requests and sending back results. SOAP uses XML to format the data being transmitted which rides on top of the HTTP protocol used by Web servers and browsers. This is what makes Web services so powerful HTTP and XML are well understood in theory anyway and are the subjects of several standards committees. SOAP itself is going through the standardization process and has been adopted by most companies that want to make their services available over the Web. A client that talks SOAP can communicate with a Web service. The client and the Web service can be implemented in totally different languages running on otherwise incompatible systems. For example a Microsoft Visual Basic client running on a handheld device can communicate with a Web service being hosted on an IBM 390 mainframe running UNIX. So how does a client talk SOAP There are two ways the difficult way and the easy way. Talking SOAP The Difficult Way In the difficult way the client application must perform a number of steps 1. Determine the URL of the Web service running the Web method. 2. Perform a Web Services Description Language WSDL inquiry using the URL to obtain a description of the Web methods available the parameters used and the values returned. This is an XML document. You saw an example in the previous chapter. 3. Convert each Web method call into the appropriate URL and serialize each parameter into the format described by the WSDL document. 4. Submit the request along with the serialized data to the URL using HTTP. 5. Wait for the Web service to reply. 6. Using the formats specified by the WSDL document de-serialize the data returned by the Web service into meaningful values that your application can then process. This is a lot of work to just invoke a method and it is potentially error-prone. Talking SOAP The Easy Way The bad news is that the easy way to use SOAP is not much .

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.