SOAP

From LRREW
Revision as of 06:11, 5 July 2023 by Ryelow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SOAP is a XML based protocol used for RPC and stuff.

Envelopes

<soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/"
	xmlns:soapenc="https://schemas.xmlsoap.org/soap/encoding/"					 
	xmlns:roblox="urn:Roblox">
	<soap:Body>	
	</soap:Body>
</soap:Envelope>