tclmml-users Mailing List for TclMML
Brought to you by:
cleverly
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Michael A. C. <mi...@cl...> - 2003-06-24 02:11:36
|
Ryan, I've just downloaded the release versions of all the necessary packages to a machine that didn't have TclMML installed previously. Much to my dismay, the TclMML package is relying on features of util_httppost that are currently only available in the CVS-head version, not the last release. :-/ I'm attaching a drop-in replacement for nstcl-http.tcl. Just copy it over the version you currently have installed, and that should fix this issue. I'm preparing to cut a new release of nstcl shortly, version 1.2, and I'll update the TclMML documentation to reflect the new (corrected) dependencies. (Also planned is a new version of TclMML that will remove the dependency on xmlgen entirely.) Please don't hesitate to email me with any additional questions or problems you run into. As a long time fan of both Tcl & (more recently) MML, I'm happy to help. Thanks, Michael On Mon, 23 Jun 2003, Ryan Meyer wrote: > > Hello! > > I've been working with Nora Taylor and the Post Office to try to get an > MOL/MML solution put together. She gave me the link to your site and I am > anxious to start using TclMML. I downloaded ActiveTCL and all the > dependencies for running TclMML, but for some reason am unable to connect to > the staging site as USPS. > > I'll try and give you as much info as possible in the hopes that you can > tell me what I'm doing wrong. > > I'm using TCL 8.4, xmlgen 1.4, tDOM 0.7.7, ns-tcl 1.1 and TLS 1.4. > > I made a file called test.tcl and put the following lines in it: > > ---------------- > > package require TclMML > mml::connect -url https://mol-stage.usps.com/mml.adp mml <username> > <password> > > ---------------- > > The <username> and <password> are replaced with my actual username and > password. I also validated my login on the > https://mol-stage.usps.com/mml.html site, so I know it's not the login. > > The error I get when I try to run this file is the following: > > Unable to authenticate: HTTPS connection to MML processor failed: wrong # > args: should be "util_httppost url formvars ?timeout? ?depth? > ?http_referer?" > > I traced the function call back to ns-tcl, and am happy to see that you are > the author of that as well. > > Can you give me a hint as to what I'm not doing right? > > Thanks! > > Ryan Meyer > OCT Group > > |