[Gambas-user] gambas3 and web services
Caveat
Gambas at ...1950...
Tue Jun 21 08:24:02 CEST 2011
I think this should be possible. I've worked with Web Services from out
of java and c# and in its simplest form it's just a case of POSTing
parameters on a request.
In java you have the advantage of several tools which can read the WSDL
for you and automatically generate client code with stubs for the
methods to call the Web Service(s). I'm guessing you don't want to get
quite that ambitious at this stage?
I've done POSTing of parameters in Gambas (somewhere, I have to look for
the code!)
Can you share the WSDL and/or any existing client code with us?
Regards,
Caveat
On Mon, 2011-06-20 at 09:37 +0200, Almanova Sistemi wrote:
> Hallo to everyone,
>
> I am Massimo and I try to write a client software (in gambas 3) that use
> a web services.
> In other word the software send data with saop protocol an receive data
> with the same protocol.
>
> The information about the availebe services are described in a WSDL file.
>
> Now, hor Can I do this with gambas?
>
> Best Regards,
> Massimo.
> ------------------------------------------------------------------------------
> EditLive Enterprise is the world's most technically advanced content
> authoring tool. Experience the power of Track Changes, Inline Image
> Editing and ensure content is compliant with Accessibility Checking.
> http://p.sf.net/sfu/ephox-dev2dev
> _______________________________________________
> 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