[Mono-list] Status of Soap/XML web services?

Christian.Buchner Christian.Buchner1@epost.de
Thu, 20 Mar 2003 17:15:44 -0800


Hi there.

I was trying to consume an XML web service hosted on an IIS Server using
the Microsoft .NET Framework. The return type is a DataSet from a database
query.

I installed the Mono 0.23 release binaries. However I get a
NotImplementedException when trying to consume the web service using
Mono.

Unhandled Exception: System.NotImplementedException: The requested feature is
no t yet implemented
in <0x00036> 00 System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke (str
ing,object[])

Looking at the CVS on hispalinux.es I see plenty of [MonoTODO] attributes
and throw NotYetImplemented exceptions.

http://cvs.hispalinux.es/cgi-bin/cvsweb/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapHttpClientProtocol.cs?cvsroo
t=mono&rev=1

Anyone willing to tackle Soap/XML on the client side? I totally lack the
experience to do this myself (I am a beginner with web services).

Christian