SOAP Request

POST /WSAppsClientes/WSAppsClientes.asmx HTTP/1.0
Host: x24.no-ip.org:443
User-Agent: NuSOAP/0.9.5 (1.123)
Content-Type: text/xml; charset=UTF-8
SOAPAction: "http://pos.x24.com/AltaCliente"
Content-Length: 689

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <AltaCliente xmlns="http://pos.x24.com/">
      
        <Usuario>AppX24</Usuario>
       <Contraseña>$2015?x24@W</Contraseña>
       <ID>1011</ID>
       <Nombres>Josefa</Nombres>
       <Apellidos>Ortiz</Apellidos>
       <EMail>benito@hotmail.com</EMail>
       <NumCelular>3214598745</NumCelular>
       <Compañia>Unefon</Compañia>
       <FechaNacimiento>1990-05-05</FechaNacimiento>
        




      </AltaCliente>
      </soap:Body>
</soap:Envelope>

SOAP Response

HTTP/1.1 400 Bad Request
Date: Thu, 25 Apr 2024 12:53:23 GMT
Server: Apache/2.4.38 (Win64) OpenSSL/1.0.2q PHP/5.6.40
Vary: accept-language,accept-charset
Accept-Ranges: bytes
Connection: close
Content-Type: text/html; charset=utf-8
Content-Language: en
Expires: Thu, 25 Apr 2024 12:53:23 GMT

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Bad request!</title>
<link rev="made" href="mailto:postmaster@localhost" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/ 
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>

<body>
<h1>Bad request!</h1>
<p>


    Your browser (or proxy) sent a request that
    this server could not understand.

</p>
<p>
If you think this is a server error, please contact
the <a href="mailto:postmaster@localhost">webmaster</a>.

</p>

<h2>Error 400</h2>
<address>
  <a href="/">localhost</a><br />
  <span>Apache/2.4.38 (Win64) OpenSSL/1.0.2q PHP/5.6.40</span>
</address>
</body>
</html>