[Mono-bugs] [Bug 74803][Maj] New - XML Serializer

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 2 May 2005 23:50:18 -0400 (EDT)


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 mir@miras.org.

http://bugzilla.ximian.com/show_bug.cgi?id=74803

--- shadow/74803	2005-05-02 23:50:18.000000000 -0400
+++ shadow/74803.tmp.19039	2005-05-02 23:50:18.000000000 -0400
@@ -0,0 +1,72 @@
+Bug#: 74803
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: Debian 3.1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: mir@miras.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: XML Serializer
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Web service clients always returns null from server
+
+Steps to reproduce the problem:
+1. wsdl url
+2. mcs /r:System.Web.Services /t:library serverService.cs
+3. mcs /r:serverService.dll client.cs
+
+Actual Results:
+NULL
+
+Expected Results:
+What ever should be returned
+
+How often does this happen? 
+Always
+
+Additional Information:
+
+An example SOAP message received:
+*** Incoming SOAP ******************************************************
+<?xml version='1.0' encoding='UTF-8'?>
+<SOAP-ENV:Envelope
+xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<SOAP-ENV:Body>
+<ns5:searchResponse xmlns:ns5="urn:uddiServer"
+SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
+<Services xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
+xsi:type="soap-enc:Array" soap-enc:arrayType="ns5:Service[2]">
+<Service xsi:type="ns5:Service">
+<businessKey
+xsi:type="xsd:string">e869ee12-29de-4909-abb7-84d97b11167f</businessKey>
+<serviceKey
+xsi:type="xsd:string">b2916d6d-7ce1-4456-9d6b-dda9a11b1a45</serviceKey>
+<name xsi:type="xsd:string">IBMTestRegistryWS</name>
+</Service>
+<Service xsi:type="ns5:Service">
+<businessKey
+xsi:type="xsd:string">e869ee12-29de-4909-abb7-84d97b11167f</businessKey>
+<serviceKey
+xsi:type="xsd:string">65ab4d1c-049f-4670-b3d2-8ab787835089</serviceKey>
+<name xsi:type="xsd:string">IBMWStomcat</name>
+</Service>
+</Services>
+</ns5:searchResponse>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+************************************************************************
+
+The WSDL is attached