Questions tagged [tclws]

Web Services for Tcl (TclWS) is a SOAP/HTTP library for Tcl.

Web Services for Tcl (TclWS) is a SOAP/HTTP library for Tcl. It supports both being a client and a server (when placed inside a suitable hosting web server).

Links:

4 questions
2
votes
0 answers

How to pass nested soap request parameters using TCLWS package?

This is the sample request I would like to make, to get the matching results from TABLE1 & TABLE2
ctx
  • 79
  • 1
  • 2
1
vote
1 answer

Why extra header information returned when calling java webservice from TCL WS client

I started to learn how to invoke JAX-WS webservice via TCL client with use of tclws api. I have a simple calculate webservice deployed on glassfish server (written using java/jaxws/netbeans) which is successfully invoked by my tcl webservice client.…
user981116
  • 55
  • 4
  • 10
0
votes
1 answer

lws-client for ATMEL SAM4E

I have generated libwebsockets.a for atmel sam4e (lib, includes) I need help to just run a simple libwebsockets client for atmel SAM4E. I got this error in relation with esp32. but i have compiled my libwebsockets for atmel !! In file included from…
user4371744
0
votes
0 answers

Using pki::pkcs::parse_key results in error

I try to use tcl package pki::sign. The goal is to sign a SOAP message with a X509 certificate, using tclws. Parsing the public key is OK : pki::x509::parse_cert $publickey However, parsing the private key does not work pki::pkcs::parse_key…
b2vincent
  • 610
  • 7
  • 14