Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So my big question is this: How do I export a job (in Java) to sit on a sql server, to listen to a web service for a ping, and reply with a select statement to a different web service?
%~d0
cd %~dp0
java -Xms256M -Xmx1024M -cp classpath.jar; webservicetest.fridayjob_0_1.FridayJob --context=Default %*
1. When I go to export job scripts, I am choosing autonomous job, and accepting all the defaults.
But how to I get it to run in response to a ping from a web server?