Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79697 --- shadow/79697 2006-10-19 11:31:08.000000000 -0400 +++ shadow/79697.tmp.2505 2006-10-19 11:31:08.000000000 -0400 @@ -0,0 +1,61 @@ +Bug#: 79697 +Product: Mono: Tools +Version: 1.1 +OS: GNU/Linux [Other] +OS Details: Gentoo Linux-2006.1 +Status: NEW +Resolution: +Severity: +Priority: Major +Component: XSP +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [System.Web.Services] SOAP-Problems + +Description of Problem: + +Something seems to be terribly wrong with the current client-side soap +implementation of mono. I can develop the ws itself just fine, it compiles +well. i can even test it with xsp2 (using the web-service testbench xsp2 +provides) BUT as soon as i try to actually USE it everything fails (on the +mono-side, i created a ws-proxy with axis-1.4 for my simple service and the +java-client works as expected). To be correct when i try to use the client +with the web-browser through a http-get-request i get the correct result +but when i try to use the by xsp2 automatically created test form (and thus +the SOAP-Execution), execution fails (the error msg the form displays is: +Error getting response stream (ReadDone2): ReceiveFailure). When i try to +use wsdl2 to create a local-proxy for the same web-service it creates the +cs-file with the code. it compiles fine but when i try to actually use the +proxy to execute the web-method of my service it fails again... + +I think that it is a general problem because i experience this problem both +with a compiled 64-bit version on gentoo linux and with a binary 32-bit +windows-version. + +Steps to reproduce the problem: +1. Create a web-service +2. Create a proxy for this web-service with the mono wsdl-to-c# tools +3. Compile the created file and execute it + +Actual Results: + +Web-Service-Proxy crashes. + +Expected Results: + +Web-Service-Proxy shouldn't crash and result should be displayed + + +How often does this happen? + +Always + +Additional Information: + +As said before problems occur on both compiled/binary 32-/62-bit +windows/linux verions of mono (tried both version 1.1.17 and 1.1.18 on +gentoo linux and the version 1.1.18 on windows) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
