Re: Help wth sending data to external CGI from remedy form

2006-10-05 Thread Jarl Grøneng
?? Thanks Greetings -Mensaje original- De: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] En nombre de Carey Matthew Black Enviado el: Miércoles, 04 de Octubre de 2006 03:33 p.m. Para: arslist@ARSLIST.ORG Asunto: Re: Help wth sending data to external CGI from remedy form

Help wth sending data to external CGI from remedy form

2006-10-04 Thread Guillermo Alfredo Torres Barron
Hi dear listers I have the next problem, I need to send messages to movil phone from my remedy application, from a web application I execute the next command for sending the message http://smsweb.iusacell.com.mx/smsweb/msg.cgi?min=$pin$msg=$MSG$ How can I execute this from a filter in my remedy

Re: Help wth sending data to external CGI from remedy form

2006-10-04 Thread Carey Matthew Black
Guillermo, I would suggest that you look to Perl for a very robust solution. You can call the Perl script (in a $PROCESS$ Set field action) and pass in the base URL , the PIN and the Message (or the whole string as one if you really wanted to) then use a standard module like

Re: Help wth sending data to external CGI from remedy form

2006-10-04 Thread Guillermo Alfredo Torres Barron
2006 03:33 p.m. Para: arslist@ARSLIST.ORG Asunto: Re: Help wth sending data to external CGI from remedy form Guillermo, I would suggest that you look to Perl for a very robust solution. You can call the Perl script (in a $PROCESS$ Set field action) and pass in the base URL , the PIN