Anyone using TclCurl to United HealthCare? I can send from a shell script, but would like to put it inside of a tcl script. I have yet to be successful inside of tcl even when trying to use exec.
Here is what I use externally or from shell script:
curl -k -v -o response.txt -F UserID=UHCuserid -F ‘Password=UHCpassword’ -F UploadFile=1 -F ForceRealTime=1 -F file=@$send_dir/$UHC_file_name https://www.unitedhealthcarecd.com/tpp/upload.php
Any help is always appreciated….