<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">17.06.2014 12:42, Roman Parshin пишет:<br>
      <blockquote cite="mid:539FFF5E.5030209@gmail.com" type="cite"> <br>
        Можно посмотреть, что шлет клиент. Тот пример POST, что вы
        привели, это <br>
        же обрезаный пример, без POST-данных?
      </blockquote>
      <br>
      там как-то так:<br>
      $ nc -l -p 8080<br>
      <blockquote>POST / HTTP/1.1<br>
        Host: localhost:8080<br>
        Accept: */*<br>
        Content-Length: 6766<br>
        Content-Type: application/x-www-form-urlencoded<br>
        Expect: 100-continue<br>
        <br>
        <?xml version="1.0" encoding="utf-8"?><br>
        <soapenv:Envelope
        xmlns:soapenv=<a class="moz-txt-link-rfc2396E" href="http://schemas.xmlsoap.org/soap/envelope/">"http://schemas.xmlsoap.org/soap/envelope/"</a> ...<br>
        <br>
      </blockquote>
      Судя по всему, данные шлются даже без ответа HTTP/1.1 100 Continue
      с моей стороны, значит и тут должны быть.<br>
      <br>
      <br>
    </div>
  </body>
</html>