TAILIEUCHUNG - Developer’s Guide Borland Delphi 7 for Windows PHẦN 9

Việc mã hóa SOAP của một yêu cầu ứng dụng dịch vụ web của bạn và của các phản ứng ứng dụng của bạn gửi bao gồm một tập hợp của các nút tiêu đề. Một số trong số này, chẳng hạn như tiêu đề hành động SOAP, được tạo ra và giải thích tự động. | Writing servers that support Web Services Defining and using SOAP headers The SOAP encoding of a request to your Web Service application and of the response your application sends include a set of header nodes. Some of these such as the SOAP Action header are generated and interpreted automatically. However you can also define your own headers to customize the communication between your server and its clients. Typically these headers contain information that is associated with the entire invokable interface or even with the entire application rather than just the method that is the subject of a single message. Defining header classes For each header you want to define create a descendant of TSOAPHeader. TSOAPHeader is a descendant of TRemotable. That is SOAP header objects are simply special types of remotable objects. As with any remotable object you can add published properties to your TSOAPHeader descendant to represent the information that your header communicates. Once you have defined a SOAP header class it must be registered with the remotable type registry. For more information about remotable objects see Using remotable objects on page 38-6. Note that unlike other remotable classes which are registered automatically when you register an invokable interface that uses them you must explicitly write code to register your header types. TSOAPHeader defines two properties that are used to represent attributes of the SOAP header node. These are MustUnderstand and Actor. When the MustUnderstand attribute is True the recipient of a message that includes the header is required to recognize it. If the recipient can t interpret a header with the MustUnderstand attribute it must abort the interpretation of the entire message. An application can safely ignore any headers it does not recognize if their MustUnderstand attribute is not set. The use of MustUnderstand is qualified by the Actor property. Actor is a URI that identifies the application to which the header is .

TỪ KHÓA LIÊN QUAN
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.