Hi all,

I'm in the process of upgrading several OpenACS instances and migrating
them from AolServer 4.5 to the latest NaviServer.

One of the instances makes use of TCLWS for bulding a couple of SOAP web
services and I'm having trouble to make it work.

Here are the first problems encountered:

   - ns_ictl doesn't support the 'package' argument. I replaced the command
   ns_ictl package require log
   with
   ns_ictl trace allocate {package require log}
   but I'm not sure about eventual side effects.
   - In a proc called by ns_register_filter preauth I replaced ns_rewrite
   with ns_internalredirect but I observed a strange behaviour.
   ns_register_filter invokes the proc passing one argument, but actually
   the proc receives two,  prehauth being added.
   - I stumbled in the same problem posted by Wolfgang Winkler
   Error: can't set "xsltSchemaDom": var is read-only
   and solved it thanks to Gustaf tip.
   - Calling the sample EchoWebService I get a strange error
   Error: invalid length: 779
   executing the command
   ns_conn copy 0 $length $fp

I wonder if someone (Wolfgang?) having already a production site running
TCLWS with NaviServer could suggest me how to proceed.

Happy New Year!

Claudio
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to