<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://DefaultNamespace" xmlns:types="http://DefaultNamespace/encodedTypes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-SEC="http://schemas.xmlsoap.org/soap/security/2000-12" soap:mustUnderstand="1" soap:actor="some-uri">
	<soap:Header>
		<SIGNATURE xmlns="http://schemas.xmlsoap.org/soap/security/2000-12">
			<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
				<SignedInfo>
					<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
					<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
					<Reference URI="#Body">
						<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
						<DigestValue>+L4ikk2zCUa0G8wTXVwXzF37GSQ=</DigestValue>
					</Reference>
				</SignedInfo>
				<SignatureValue>XGD0+5fS896cJudPiFVfnyQR9z4C78WbpdqrOCEsta8dnThop2Fda0BDtf4plTL3PYgVlCHuxeVaRkJtQMZVjw==</SignatureValue>
				<KeyInfo>
					<X509Data xmlns="http://www.w3.org/2000/09/xmldsig#">
						<X509Certificate>MIIBfzCCAS2gAwIBAgIQH7K0j75/GpVDwCAveEb3ZDAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTA0MDIyNzEwNTExM1oXDTM5MTIzMTIzNTk1OVowFzEVMBMGA1UEAxMMQ2VydFBvbGFyU0hTMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMJwEEY25LOaq5Qpmp0BcpZWVilQDBWQRQwYwk2ewF4/WYRUCfuJBWyD7bofu/+zHdmEhTE+xLWISKqPuorbkNECAwEAAaNaMFgwDQYDVR0KBAYwBAMCBsAwRwYDVR0BBEAwPoAQEuQJLQYdHU8AjWEh3BZkY6EYMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5ghAGN2wAqgBkihHPuNSqXDX0MAkGBSsOAwIdBQADQQAvBQkuxlYcqAaLCyV++Jz/EcRySAH9GgKoytutJL+UVOANsUyVe/0Aji1AEEIk/upFHGvYrQCq0SerGvq1Ms9p</X509Certificate>
					</X509Data>
					<KeyValue xmlns="http://www.w3.org/2000/09/xmldsig#">
						<RSAKeyValue>
							<Modulus>wnAQRjbks5qrlCmanQFyllZWKVAMFZBFDBjCTZ7AXj9ZhFQJ+4kFbIPtuh+7/7Md2YSFMT7EtYhIqo+6ituQ0Q==</Modulus>
							<Exponent>AQAB</Exponent>
						</RSAKeyValue>
					</KeyValue>
				</KeyInfo>
				<Object>
					<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://www.w3.org/2000/09/xmldsig#" Id="Body">
						<tns:sendAlert>
							<XMLData xsi:type="xsd:string" xmlns="">Documento XML</XMLData>
							<WapPush_username xsi:type="xsd:string" xmlns="">Polar</WapPush_username>
							<WapPush_password xsi:type="xsd:string" xmlns="">Polar123</WapPush_password>
						</tns:sendAlert>
					</soap:Body>
				</Object>
			</Signature>
		</SIGNATURE>
	</soap:Header>
	<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://www.w3.org/2000/09/xmldsig#" Id="Body">
		<tns:sendAlert>
			<XMLData xsi:type="xsd:string" xmlns="">Documento XML</XMLData>
			<WapPush_username xsi:type="xsd:string" xmlns="">Polar</WapPush_username>
			<WapPush_password xsi:type="xsd:string" xmlns="">Polar123</WapPush_password>
		</tns:sendAlert>
	</soap:Body>
</soap:Envelope>

