You could look into wget and curl. Both of these can be used to launch a 
URL you build as a string inside remedy, and then pass as an argument. It's 
sorta the same as running your perl script except that you can create the 
URL in a filter.

Wget is the older and clunkier of the two, but you can redirect whatever 
comes back from your URL into a file and then do other interesting things 
with that file. You could, for example, launch the url with wget, save the 
web pages that comes back in a file with a .html suffix and then attach 
that file to an attachment field as proof that your URL did whatever it 
does....

I am pretty sure curl has a windows version, not sure about wget and not in 
a position to check now....

Hope this helps,

Doug
 


...... Original Message .......
On Fri, 19 Sep 2008 15:39:35 -0700 Chintan Shah <[EMAIL PROTECTED]> wrote:
>**
>That is what we do now and want to get rid of it.
>
>Thanks
>Chintan.
>
>--- On Fri, 9/19/08, Pargeter, Christie :CO IS <[EMAIL PROTECTED]> wrote:
>
>From: Pargeter, Christie :CO IS <[EMAIL PROTECTED]>
>Subject: Re: HTTP call from Run Process
>To: [email protected]
>Date: Friday, September 19, 2008, 2:56 PM
>
>**
>If you have Active Perl (or another similar package) installed on the 
server you can call the perl script directly.
> 
>In a run process call c:\perl\bin\perl.exe script.pl
>-----Original Message-----
>From: Action Request System discussion list(ARSList) 
[mailto:[EMAIL PROTECTED] Behalf Of Chintan Shah
>Sent: Friday, September 19, 2008 2:52 PM
>To: [email protected]
>Subject: Re: HTTP call from Run Process
>
>**
>I need to invoke it in a filter only as on the client side it wont work 
for my requirements.
>
>Basically, what I am looking for is to invoke a URL with couple of 
parameters from Remedy itself.
>
>Currently, we invoke a perl script from Remedy using Run Process and then 
Perl HTTP Lite invokes the URL.
>
>We want to get rid of perl script, so was just thinking what would be a viable 
>option from 
filter to do it.
>
>Thanks everyone for looking into this.
>
>Regards,
>Chintan.
>
>--- On Fri, 9/19/08, Smith, Ron [TBC] <[EMAIL PROTECTED]> wrote:
>From: Smith, Ron [TBC] <[EMAIL PROTECTED]>
>Subject: Re: HTTP call from Run Process
>To: [email protected]
>Date: Friday, September 19, 2008, 2:31 PM
>
>**
>The problem with trying to Open a URL with a Filter Run Process, is that 
it would open on the Server and not on the client.  It would need to be an 
AL.
> 
>
>Thanks,
>
>Ron Smith
>Remedy/Web Developer
>Providence Health & Services OR
>[EMAIL PROTECTED]
>503-216-7866
>
> 
>
>---------------
>From: Action Request System discussion list(ARSList) 
[mailto:[EMAIL PROTECTED] On Behalf Of Pargeter, Christie :CO IS
>Sent: Friday, September 19, 2008 2:27 PM
>To: [email protected]
>Subject: Re: HTTP call from Run Process
>
>**
>I know in the 6.3 books Appendix B shows all the Run Process commands you 
can do and there is a PERFORM-ACTION-OPEN-URL but I have only used it at 
the Active Link level and not the filter level.
>-----Original Message-----
>From: Action Request System discussion list(ARSList) 
[mailto:[EMAIL PROTECTED] Behalf Of Chintan Shah
>Sent: Friday, September 19, 2008 2:23 PM
>To: [email protected]
>Subject: HTTP call from Run Process
>
>**
>Hi all,
>
>I am trying to figure out if there is any documentation on the fact that I 
can call
>
>"http://abc.com?id=$FIELDNAME$";
>
>from the "Run Process" within the filter.
>
>Thanks
>Chintan.
>
>
>__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___
>__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___
>
>DISCLAIMER:
>This message is intended for the sole use of the addressee, and may contain 
>information that 
is privileged, confidential and exempt from disclosure under applicable 
law. If you are not the addressee you are hereby notified that you may not 
use, copy, disclose, or distribute to anyone the message or any information 
contained in the message. If you have received this message in error, 
please immediately advise the sender by reply email and delete this 
message.__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers 
Are" html___
>
>
>
>__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" 
html___
>__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" 
html___
>
>
>
>__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" 
html___
_
Doug Blair
Remedy Skilled Professional
doug <at> blairing <dot>com
+1 224-558-5462
Sent from my Treo, usual caveats apply

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to