Re: [basex-talk] Item to string in java

2017-12-13 Thread Christian Grün
Namaste Tushar, > My restxq is as below > import tallyfunction:"tdd.Tfunctions" > %rest:post("{$data}") > Function checkInJava($data as item()) > { > tallyfunction:checktosave() > }; We are ready to help, but please help us first. Your code snippet bears resemblance to RESTXQ, but definitely not

[basex-talk] Item to string in java

2017-12-13 Thread Tushar Deshmukh
Namaste, Sorry it might be documented but I m unable to find it. Please please point in correct direction. How can we convert item from restxq to string in java. My restxq is as below import tallyfunction:"tdd.Tfunctions" %rest:post("{$data}") Function checkInJava($data as item()) { tallyfunctio

Re: [basex-talk] TLS 1.2

2017-12-13 Thread Kristian Kankainen
This is great, thank you. Is there any chance this information will be added to the docs wiki? Cheers Kristian K 13. dets 2017 1:19 PM kirjutas kuupäeval Marco Lettere : Hi all, just a bit of a wrap up in case someone could use it in the future ...

Re: [basex-talk] TLS 1.2

2017-12-13 Thread Marco Lettere
Hi all, just a bit of a wrap up in case someone could use it in the future ... The usecase: Connect to an Identitiy provider through HTTPS based on TLSv1.2 with client authentication required (a password protected PKCS12 file "clientCERTKEY.p12" with client certificate and key was provided tog