Paul Clapham wrote:Who says the difference is 2 days? It's more like 1.0416667 days by my calculation.
But maybe An Sush doesn't like my calculation. That's no problem, it just means that An Sush has to define the correct calculation. But until that's done we can only post guesses here, and that isn't very helpful.
Vinod K Singh wrote:What is specific about WAS? Did you tried generic webservices tutorials? They should work on WAS as well. Find out the web services related supported by the WAS version you are trying.
Rob Prime wrote:
Please http://faq.javaranch.com/java/UseRealWords
Misha Ver wrote:How about adding print="yes" attribute to your call?
<sql driver="com.ibm.db2.jcc.DB2Driver" password="db2inst1" url="jdbc:db2://localhost:50000/itsdb" userid="db2inst1" output="/root/Desktop/testConn_out_2.log">
Misha Ver wrote:Does this code return any values without ANT?
Do you have a permissions to write to /root/Desktop/testConn_out_2.log ?
Remove "output" attribute and see if ANT would return anything
Buildfile: /root/Desktop/build/build.xml
test:
[sql] Executing commands
[sql] 1 of 1 SQL statements executed successfully
BUILD SUCCESSFUL
Total time: 10 seconds