[Mono-bugs] [Bug 336739] New: Unable to use GroupWise SOAP WSDL bindings with Mono 1.2. 4
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Thu Oct 25 10:14:19 EDT 2007
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=336739
           Summary: Unable to use GroupWise SOAP WSDL bindings with Mono
                    1.2.4
           Product: Mono: Class Libraries
           Version: 1.2
          Platform: 32bit
               URL: http://newsportal.novell.com/article.php?id=1844&group=n
                    ovell.devsup.gwsoap#1844
        OS/Version: openSUSE 10.2
            Status: NEW
          Severity: Blocker
          Priority: P5 - None
         Component: Sys.Web.Services
        AssignedTo: atsushi at ximian.com
        ReportedBy: adam_j_bradley at identityconcepts.com.au
         QAContact: mono-bugs at ximian.com
          Found By: Third Party Developer/Partner
Created an attachment (id=180583)
 --> (https://bugzilla.novell.com/attachment.cgi?id=180583)
Exception
Description of Problem:
Attempts to use GroupWise 7 SP1 (MS.NET) WSDL bindings with Mono 1.2.4 cause an
exception.
Steps to reproduce the problem:
1. Import the GroupWise 7 SP1 (MS.NET) WSDL
2. Run the following block of code
---snip---
public GroupWiseSession()
        {            
            this.ws = new GroupWiseNotify.WebReference.GroupWiseBinding();
            this.gweb = new
GroupWiseNotify.WebReference.GroupWiseEventsBinding();
            StartWebServer();            
        }
---snip---
Actual Results:
Throws exception as in attachment
Expected Results:
No exception!
How often does this happen? 
Every time.
Additional Information:
-- 
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