Search found 29 matches

Go to advanced search

by suzuki1100
Fri Jun 29, 2018 5:13 pm
Forum: General Discussion
Topic: Stack Overflow
Replies: 7
Views: 8134

Re: Stack Overflow

Happy to use Stack overflow for Jade questions. Apart from getting answers from our community it exposes Jade to a Global user group which is a plus. Questions about what is Jade is great.
Thanks Kevin for plugging and moving on this.
by suzuki1100
Fri Jun 29, 2018 5:07 pm
Forum: General Discussion
Topic: Client certificates in Jade http and web services
Replies: 4
Views: 5894

Re: Client certificates in Jade http and web services

Hi, Yup we had a beer at the last Jade user group - well - many beers. Detail for those new to ActiveX usage Run 32 bit Fat client IDE, click browse External Component Libraries. Right mouse click in ActiveX tab and select import -> Automation library Find WinHtppRequest and import - Subclass of Act...
by suzuki1100
Thu Jun 28, 2018 1:57 pm
Forum: General Discussion
Topic: Client certificates in Jade http and web services
Replies: 4
Views: 5894

Re: Client certificates in Jade http and web services

Hi Callum, Have done this using winhttp to connect to an external service using certs. Called _jadeActiveXInvoke('SetClientCertificate', 1, '0.24,1.8', clientCertificate); where clientCertificate specifies the location, certificate store, and subject of a client certificate. https://docs.microsoft.c...
by suzuki1100
Thu Jun 28, 2018 12:48 pm
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31114

Re: using a REST API from JADE

As per Advo's post you have to run 32 bit Fat client to see it in the External Component Libraries ActiveX Automation library listing
by suzuki1100
Tue Apr 10, 2018 10:26 am
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31114

Re: using a REST API from JADE

Try using WinHTTPServices this is effectively what JadeHTTPConnections uses under the hood.
Its and active x automation library
by suzuki1100
Thu Dec 21, 2017 5:44 pm
Forum: General Discussion
Topic: Is it possible to set HTTP headers via JadeHTTPConnection
Replies: 4
Views: 5947

Re: Is it possible to set HTTP headers via JadeHTTPConnection

If JadeHTTPConnection doesnt give you all you need its a class wrapper around Microsoft_WinHTTP_Services.
We used the Microsoft_WinHTTP_Services activex directly
by suzuki1100
Thu Dec 21, 2017 2:05 pm
Forum: General Discussion
Topic: Is it possible to set HTTP headers via JadeHTTPConnection
Replies: 4
Views: 5947

Re: Is it possible to set HTTP headers via JadeHTTPConnection

Try the Jade method (protected) _httpHeaderAdd
by suzuki1100
Fri Nov 10, 2017 12:47 pm
Forum: General Discussion
Topic: Jade lock queue background process timeout
Replies: 3
Views: 8303

Re: Jade lock queue background process timeout

Ok thanks Ty appreciated
by suzuki1100
Thu Nov 09, 2017 3:57 pm
Forum: General Discussion
Topic: Jade lock queue background process timeout
Replies: 3
Views: 8303

Jade lock queue background process timeout

Hi, The jade ini file has a setting for background processes queued lock timeouts - BackgroundProcessServerTimeout - Default is 30 secs which seems a lot. Jade docs specify - "maximum time lock operations for a background process on the server are queued before the request response is returned to yo...
by suzuki1100
Thu Nov 09, 2017 3:46 pm
Forum: General Discussion
Topic: using a REST API from JADE
Replies: 20
Views: 31114

Re: using a REST API from JADE

Hi David, We ran into issues using JadeHTTPConnection with the timeout setting not working, we have a Parsys call in for it. Essentially its a wrapper for WinHttpRequest anyway so we ended up creating a RestServiceConsumer class that uses WinHttpRequest and had utility methods to make RestAPi call s...

Go to advanced search