Web Services Architecture and Its Specifications [Electronic resources] : Essentials for Understanding WS-* نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Web Services Architecture and Its Specifications [Electronic resources] : Essentials for Understanding WS-* - نسخه متنی

Luis Felipe Cabrera, Chris Kurt

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید





Addressing: Replies


In order for the order management system to respond to the School of Fine Art's book request, routing information for the response is required. While this information could also be exchanged out of band, the headers transmitted in the original request message are typically used.


Reply Address
(01) <env:Header>
(02) <wsa:ReplyTo>
(03) <wsa:Address>http://fineartschool.net/orders</wsa:Address>
(04) </wsa:ReplyTo>
...
(05) </env:Header>

Lines 0204 The URI provided in the ReplyTo/Address element is used as the To/Address element in the response message. This information is used to route the response to either the original sender or an alternate endpoint.

If the SOAP processor encounters an error, a Fault is returned to the sender instead of the expected response message. These error messages can be directed to a different service that is specifically used to handle processing errors. The address for this message is provided in the request's FaultTo header element.


Fault Address
(01) <env:Header>
(02) <wsa:FaultTo>
(03) <wsa:Address>http://fineartschool.net/status</wsa:Address>
(04) </wsa:FaultTo>
...
(05) </env:Header>

/ 130