အယ်လီ အုပ်ချုပ် အကိရိယာ

လိုအပ်သော SOAP အားျမိုး အီအိုင် အာရုံစု သည် အားျမိုး အီုအို အီအိုင် အာရုံစု ကို ပါဝင်နိုင်သည်။

အယ်လီ အုပ်ချုပ် အကိရိယာ

လိုအပ်သော SOAP အားျမိုး အီအိုင် အာရုံစု က အကြောင်းအရာ သွင်းပို့ ရန် ဖြစ်သော အားျမိုး အီုအို အီအိုင် အာရုံစု ကို ပါဝင်နိုင်သည်။

SOAP အားျမိုး အီအိုင် အာရုံစု ကို ချမှတ်ထားသော အမှတ်အသုံး ပုံစံ ဖြစ်ပါသည်။ SOAP သည် မြန်မာနိုင်ငံ အခြေခံ အားျမိုး အမှတ်အသုံး ပုံစံ ဖြစ်သည် ("http://www.w3.org/2001/12/soap-envelope") တွင် အားျမိုး အီအိုင် အာရုံစု အတွင်း အားျမိုး အီုအို အီအိုင် အာရုံစု တစ် အားျမိုး ကို အသုံးပြုသည်။ ကတိ အားျမိုး အီုအို အီအိုင် အာရုံစု သည် အမှာ အမှာ သတင်း ကို းလှမ်းပြီး ပြောဆိုသည်။

အယ်လီ အပြန်အလွှာ အကြောင်း
<?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"
   <m:GetPrice xmlns:m="http://www.codew3c.com/prices">
      <m:Item>Apples</m:Item>
   </m:GetPrice>
</m:GetPriceResponse>
</soap:Body>

အရှိန် အကြောင်း

အယ်လီ အပြန်အလွှာ အကြောင်း

အယ်လီ အပြန်အလွှာ အကြောင်း
<?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:Body>
      <m:GetPriceResponse xmlns:m="http://www.codew3c.com/prices">
   <m:Price>1.90</m:Price>
</m:GetPriceResponse>
</soap:Body>