SOAP Envelope ÔªËØ

Ç¿ÖÆÊ¹ÓÃµÄ SOAP µÄ Envelope ÔªËØÊÇ SOAP ÏûÏ¢µÄ¸ùÔªËØ¡£

SOAP Envelope ÔªËØ

±ØÐèµÄ SOAP µÄ Envelope ÔªËØÊÇ SOAP ÏûÏ¢µÄ¸ùÔªËØ¡£Ëü¿É°Ñ XML Îĵµ¶¨ÒåΪ SOAP ÏûÏ¢¡£

Çë×¢Òâ xmlns:soap ÃüÃû¿Õ¼äµÄʹÓá£ËüµÄÖµÓ¦µ±Ê¼ÖÕÊÇ£º

http://www.w3.org/2001/12/soap-envelope

²¢ÇÒËü¿É°Ñ·â×°¶¨ÒåΪ SOAP ·â×°£º

<?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">
  ...
  Message information goes here
  ...
</soap:Envelope>

xmlns:soap ÃüÃû¿Õ¼ä

SOAP ÏûÏ¢±ØÐëÓµÓÐÓëÃüÃû¿Õ¼ä "http://www.w3.org/2001/12/soap-envelope" Ïà¹ØÁªµÄÒ»¸ö Envelope ÔªËØ¡£

Èç¹ûʹÓÃÁ˲»Í¬µÄÃüÃû¿Õ¼ä£¬Ó¦ÓóÌÐò»á·¢Éú´íÎ󣬲¢Åׯú´ËÏûÏ¢¡£

encodingStyle ÊôÐÔ

SOAP µÄ encodingStyle ÊôÐÔÓÃÓÚ¶¨ÒåÔÚÎĵµÖÐʹÓõÄÊý¾ÝÀàÐÍ¡£´ËÊôÐԿɳöÏÖÔÚÈκΠSOAP ÔªËØÖУ¬²¢»á±»Ó¦Óõ½ÔªËصÄÄÚÈݼ°ÔªËصÄËùÓÐ×ÓÔªËØÉÏ¡£SOAP ÏûϢûÓÐĬÈϵıàÂ뷽ʽ¡£

Óï·¨

soap:encodingStyle="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">
...
Message information goes here
...
</soap:Envelope>
VUE