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
Hi Benoit,
Don't know if anyone has ever noticed this, but if you have a table view
and its contained in a split then if someone resizes the split whilst
the table view is being edited, the editing control x.y doesn't move up
(or down) when the split is resized and hence is out of alignment wit
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=