OK, this is getting ridiculous. I'll try again... Starting about yesterday (2003-07-21) the XSP ServiceClient example started to fail. I updated mcs and mono from CVS, did a make fullbuild, updated XSP (there were no updates), make clean, make, make install for XSP, run server.exe and then ServiceClient.exe and get the following error:
[EMAIL PROTECTED] xsp]# cd server/test [EMAIL PROTECTED] test]# mono server.exe & [1] 5574 [EMAIL PROTECTED] test]# Listening on port: 8080 Listening on address: 0.0.0.0 Root directory: /root/mono/xsp/server/test Virtual directory: / [EMAIL PROTECTED] test]# [EMAIL PROTECTED] test]# cd ../../test [EMAIL PROTECTED] test]# mono ServiceClient.exe localhost:8080 Testing simple web service Unhandled Exception: System.Web.Services.Protocols.SoapException: Array index is out of range in <0x0038c> 00 System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse (System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage, System.Web.Services.Protocols.SoapExtension[]) in <0x00082> 08 System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse (System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage, System.Web.Services.Protocols.SoapExtension[]) in <0x00207> 00 System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke (string,object[]) in <0x00075> 08 System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke (string,object[]) in <0x0005e> 00 WebServiceTest.TestService:Echo (string) in <0x00063> 08 WebServiceTest.TestService:Echo (string) in <0x000d9> 00 WebServiceTest.ServiceClientTest:Main (string[]) I'll try to look into it, but I'm betting someone else on this list will figure it out much faster. Thanks, Bruce _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
