https://bugzilla.novell.com/show_bug.cgi?id=436995

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=436995#c4





--- Comment #4 from Michael Hutchinson <[EMAIL PROTECTED]>  2008-11-10 15:04:54 
MST ---
Looks like the server just closes the connection without the response.
Content-length indicates that there is adat, but it's not being included. Maybe
we need to seek the stream from the XmlRpc.NET response?

POST /xmlrpctest.rem HTTP/1.1

Content-Type: text/xml

User-Agent: XML-RPC.NET

Content-Length: 248

Connection: keep-alive

Host: *.*.*.*:21949



<?xml version="1.0"?>
<methodCall>
  <methodName>Add</methodName>
  <params>
    <param>
      <value>
        <i4>1</i4>
      </value>
    </param>
    <param>
      <value>
        <i4>2</i4>
      </value>
    </param>
  </params>
</methodCall>HTTP/1.1 200 OK

Content-Type: text/xml; charset="utf-8"

Server: Mono-HTTPAPI/1.0

Date: Mon, 10 Nov 2008 22:00:18 GMT

Content-Length: 152

Connection: close


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to