[Gambas-user] Web Services: Working with WSDL

Fabien Bodard gambas.fr at ...626...
Thu Nov 6 17:48:17 CET 2008


so if i understand well it's just a file that describe the function
gived by the server and usable via the soap protocole.

but gambas still not manage soap :/

and i'm too weak to that

2008/11/5 birchy <pokerbirch at ...1601...>:
>
>
>
> Benoit Minisini wrote:
>> When you are talking about "generating code", you mean creating class
>> proxies
>> for the methods described by the WSDL XML syntax? Or accessing them
>> transparently as Gambas classes and methods, the WSDL conversion being
>> done
>> on the fly and transparently?
>
> Either method would be useful. In Java and .Net, you have the ability to add
> a Web Service which then asks for the URL of the WSDL file such as
> http://api.google.com/GoogleSearch.wsdl . The IDE then auto generates the
> data types and proxies for use within user specified classes and methods. I
> must admit that i'm not particularly familiar with how the WSDL thing works
> as i'm currently trying to get it working in Java but not having much
> success.
>
> I suppose the crème de la crème would be for Gambas to actually create the
> classes AND the functions within it. No other languages appears to do that,
> yet the classes and functions required to interact with the website are
> nearly always the same from user to user. The only parts that change are
> user specific info such as usernames and passwords which are generally
> passed as function arguments anyway...
> --
> View this message in context: http://www.nabble.com/Web-Services%3A-Working-with-WSDL-tp20328779p20334083.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list