Re: [Gambas-user] requests to gambas cgi scripts issues

2014-08-06 Thread Caveat
Sorry underscore, not dot... my java bad! :-P On 07/08/14 08:19, Caveat wrote: > how can i get the responses in asynchronously mode? > due the response its trapped in _Finished() process > that are out of the mothod cycle > > Depends on where you wrote the code. If the code is in a separate class

Re: [Gambas-user] requests to gambas cgi scripts issues

2014-08-06 Thread Caveat
how can i get the responses in asynchronously mode? due the response its trapped in _Finished() process that are out of the mothod cycle Depends on where you wrote the code. If the code is in a separate class then you might want to look at declaring and raising events, and having your form crea

Re: [Gambas-user] requests to gambas cgi scripts issues

2014-08-06 Thread PICCORO McKAY Lenz
> > From: Caveat > 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 mu

Re: [Gambas-user] requests to gambas cgi scripts issues

2014-08-05 Thread Caveat
Here's a mail I wrote back in 2011 on calling web services from out of Gambas, perhaps it helps? I just extended the example program I worked up to include all 4 main ways of calling a Web Service. These are: Http GET, Http POST, SOAP 1.1, and SOAP 1.2. One problem I ran into is that Gambas3 se

[Gambas-user] requests to gambas cgi scripts issues

2014-08-05 Thread PICCORO McKAY Lenz
i try to comunicate a desktop gambas app with a cgi web gabmas app, but seems i do not know how to make the request from the desktop app. i made that code: = Dim sCad As String POA = New HttpClient As "POA" sCad = "" sCad = sCad & "http://localhost/test1.webpage\"; method=