[Mono-bugs] [Bug 336739] Unable to use GroupWise SOAP WSDL bindings with Mono 1.2.4

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue May 27 11:24:22 EDT 2008


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

User stephane at omni-ts.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=336739#c16





--- Comment #16 from Stephane Zanoni <stephane at omni-ts.com>  2008-05-27 09:24:21 MDT ---
Johan,

At Omni, we are using the wsdl generated using the ms.net sdk fine with Mono
and everything works.

On line 3, you'll want to include the .xsd's as the types are defined in
seperate files, you'll need more then the wsdl to generate the stub.

eg:

run wsdl2 /namespace:gwsoap /out:gwsoap.cs groupwise.wsdl types.xsd methods.xsd
events.xsd

I'd highly recommend using the .NET wsdl.exe instead of the Mono, as the Mono
version still had some quirks.


-- 
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