>
> http://localhost/cfusion/mycfmxapps/myWS.cfc?
> method=echoString&input=Hello
>
> works from a browser
>
> but,
>
> wget
> http://localhost/cfusion/mycfmxapps/myWS.cfc?
> method=echoString&input=Hello
>
> does not work from the command line
If it can be done from a browser, it can be done using wget. Perhaps your
server is configured to require host headers, or something like that?
When you say it doesn't work, what exactly happens? Are you unable to
capture output? If you're running wget on Windows, you'd have to use the -O
parameter to specify an output file, since
"myWS.cfc?method=echoString&input=Hello" isn't a valid file name, I suspect,
but you shouldn't have that problem on Unix systems.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

