SOAP Header ÔªËØ

¿ÉÑ¡µÄ SOAP Header ÔªËØ°üº¬Í·²¿ÐÅÏ¢¡£

SOAP Header ÔªËØ

¿ÉÑ¡µÄ SOAP Header ÔªËØ¿É°üº¬ÓÐ¹Ø SOAP ÏûÏ¢µÄÓ¦ÓóÌÐòרÓÃÐÅÏ¢£¨±ÈÈçÈÏÖ¤¡¢Ö§¸¶µÈ£©¡£Èç¹û Header ÔªËØ±»Ìṩ£¬ÔòËü±ØÐëÊÇ Envelope ÔªËØµÄµÚÒ»¸ö×ÓÔªËØ¡£

×¢ÊÍ£ºËùÓÐ Header ÔªËØµÄÖ±½Ó×ÓÔªËØ±ØÐëÊǺϸñµÄÃüÃû¿Õ¼ä¡£

<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">

<soap:Header>
<m:Trans
xmlns:m="http://www.w3school.com.cn/transaction/"
soap:mustUnderstand="1">234</m:Trans>
</soap:Header>

...
...

</soap:Envelope>

ÉÏÃæµÄÀý×Ó°üº¬ÁËÒ»¸ö´øÓÐÒ»¸ö "Trans" ÔªËØµÄÍ·²¿£¬ËüµÄÖµÊÇ 234£¬´ËÔªËØµÄ "mustUnderstand" ÊôÐÔµÄÖµÊÇ "1"¡£

SOAP ÔÚĬÈϵÄÃüÃû¿Õ¼äÖÐ ("http://www.w3.org/2001/12/soap-envelope") ¶¨ÒåÁËÈý¸öÊôÐÔ¡£ÕâÈý¸öÊôÐÔÊÇ£ºactor¡¢ mustUnderstand ÒÔ¼° encodingStyle¡£ÕâЩ±»¶¨ÒåÔÚ SOAP Í·²¿µÄÊôÐԿɶ¨ÒåÈÝÆ÷ÈçºÎ¶Ô SOAP ÏûÏ¢½øÐд¦Àí¡£

actor ÊôÐÔ

ͨ¹ýÑØ×ÅÏûϢ·¾¶¾­¹ý²»Í¬µÄ¶Ëµã£¬SOAP ÏûÏ¢¿É´Óij¸ö·¢ËÍÕß´«²¥µ½Ä³¸ö½ÓÊÕÕß¡£²¢·Ç SOAP ÏûÏ¢µÄËùÓв¿·Ö¾ù´òËã´«Ë͵½ SOAP ÏûÏ¢µÄ×îÖն˵㣬²»¹ý£¬ÁíÒ»¸ö·½Ã棬ҲÐí´òËã´«Ë͸øÏûϢ·¾¶ÉϵÄÒ»¸ö»ò¶à¸ö¶Ëµã¡£

SOAP µÄ actor ÊôÐԿɱ»ÓÃÓÚ½« Header ÔªËØÑ°Ö·µ½Ò»¸öÌØ¶¨µÄ¶Ëµã¡£

Óï·¨

soap:actor="URI" 

ʵÀý

<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">

<soap:Header>
<m:Trans
xmlns:m="http://www.w3school.com.cn/transaction/"
soap:actor="http://www.w3school.com.cn/appml/">
234
</m:Trans>
</soap:Header>

...
...

</soap:Envelope>

mustUnderstand ÊôÐÔ

SOAP µÄ mustUnderstand ÊôÐÔ¿ÉÓÃÓÚ±êʶ±êÌâÏî¶ÔÓÚÒª¶ÔÆä½øÐд¦ÀíµÄ½ÓÊÕÕßÀ´ËµÊÇÇ¿ÖÆµÄ»¹ÊÇ¿ÉÑ¡µÄ¡£

¼ÙÈçÄúÏò Header ÔªËØµÄij¸ö×ÓÔªËØÌí¼ÓÁË "mustUnderstand="1"£¬ÔòËü¿Éָʾ´¦Àí´ËÍ·²¿µÄ½ÓÊÕÕß±ØÐëÈϿɴËÔªËØ¡£¼ÙÈç´Ë½ÓÊÕÕßÎÞ·¨ÈϿɴËÔªËØ£¬ÔòÔÚ´¦Àí´ËÍ·²¿Ê±±ØÐëʧЧ¡£

Óï·¨

soap:mustUnderstand="0|1"

ʵÀý

<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">

<soap:Header>
<m:Trans
xmlns:m="http://www.w3school.com.cn/transaction/"
soap:mustUnderstand="1">
234
</m:Trans>
</soap:Header>

...
...

</soap:Envelope>

encodingStyle ÊôÐÔ

SOAP µÄ encodingStyle ÊôÐÔÔÚÉÏÒ»½ÚÖÐÒѽâÊ͹ýÁË¡£

VUE