2008/8/3 Petit Eric <surfzoid@gmail.com>:
Hi What is the link to the wsdl file to write the proxy 'RPC) in C# (http://www.mono-project.com/Web_Services)? if it is in the domain : api.opensuse.org , i'm afraid to give my user name and pass, accept certificats with the mono wsdl commad line
api.opensuse.org is a RESTful webservice not SOAP. As far as I know WSDL cannot be used to describe the service. There is WADL[0] which can, but I don't think there is a WADL description either. There is, however, documentation at https://api.opensuse.org/apidocs/ along with message schema. I have had some success creating and consuming restful webservices from .net using WCF. Examples of creating[1], calling[2]. I'm not sure how much of WCF is implemented in mono yet though. Alternatively you could use HttpWebRequest[3] and an XML parser and build your own client manually perhaps. Does that help? __ [0] https://wadl.dev.java.net/ [1] http://blogs.msdn.com/kaevans/archive/2008/04/03/creating-restful-services-u... [2] http://blogs.msdn.com/kaevans/archive/2008/07/26/creating-a-rest-twitter-cli... [3] http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx -- Benjamin Weber --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org