>
> From: Caveat <gam...@caveat.demon.co.uk>
> Here's a mail I wrote back in 2011 on calling web services from out of
> Gambas, perhaps it helps?

OF course, that code u post me really helps!! many many thanks

due in u'r mail i see that: http.Post("application/x-www-form-urlencoded",
data)

1)for send post data as a from must be use the
"application/x-www-form-urlencoded"
that's are also in the wiki documentation but difficulty to read for some
spanish users

2) important, seems that if send post data with name:values fields,
then the SOAP api's will interpreted as a webservice request...
this are marvelous!

BUT now another QUESTION

u used the async method, that waith until data packets end...
so in my program (that are not web or console) i have a form
that made calls to a class, and that class have the methods
that made the request and get the responses..

how can i get the responses in asynchronously mode?
due the response its trapped in _Finished() process
that are out of the mothod cycle
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to