[Mono-bugs] [Bug 436995] Xml-Rpc.net does not work since Mono 1.9.x

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 10 17:04:55 EST 2008


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

User mhutchinson at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=436995#c4





--- Comment #4 from Michael Hutchinson <mhutchinson at novell.com>  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.


More information about the mono-bugs mailing list