[Mono-bugs] [Bug 393406] Mono fails to deserialize soap message which works fine in native.NET

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jun 4 01:41:29 EDT 2008


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

User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=393406#c6


Atsushi Enomoto <atsushi at ximian.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |atsushi at ximian.com




--- Comment #6 from Atsushi Enomoto <atsushi at ximian.com>  2008-06-03 23:41:29 MDT ---
I'm writing this for "how to write good bug report" for the next time.

How to reproduce it:

- compile both the client and the server.
- run server.
- run client.

Expected result:

at client it prints: group-d1childEntitygroup-d33group-d36group-d2datacenter-3
and the server finishes.

Actual result:

Unhandled Exception: System.Net.WebException: Error getting response stream
(Rea
dDone1): ReceiveFailure ---> System.IO.IOException: EndRead failure --->
System.
Net.Sockets.SocketException: (localized message for "disconnected by the remote
host")

  at System.Net.Sockets.Socket+SocketAsyncResult.CheckIfThrowDelayedException
()
 [0x00000]
  at System.Net.Sockets.Socket.EndReceive (IAsyncResult asyncResult,
System.Net.
Sockets.SocketError& errorCode) [0x00000]
  at System.Net.Sockets.Socket.EndReceive (IAsyncResult result) [0x00000]
  at System.Net.Sockets.NetworkStream.EndRead (IAsyncResult ar) [0x00000]
  --- End of inner exception stack trace ---
  at System.Net.Sockets.NetworkStream.EndRead (IAsyncResult ar) [0x00000]
  at System.Net.WebConnection.ReadDone (IAsyncResult result) [0x00000]
  --- End of inner exception stack trace ---
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult)
[0x0000
0]
  at System.Net.HttpWebRequest.GetResponse () [0x00000]
  at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse
(System.Net.
WebRequest request) [0x00000]


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list