FreshToasted
November 15th, 2005, 08:27 PM
Hi all. Ignorant newbie here who got thrust into a programming role I'm unqualified for. Please use small words.
I have to create a java program that interacts with a remote server. Code used in remote server is ASP.NET.
I need to do the following:
1.) Send data from Java program to remote server
2.) Read input data from Java program using ASP.NET
3.) Query SQL dbase on remote server using ASP.NET
4.) Send dbase results to Java program from remote server
I'm pretty sure how to do #3, and I think I can do #4. I'm pretty clueless about the first two steps. Pointers/advice would be greatly appreciated.
I have to create a java program that interacts with a remote server. Code used in remote server is ASP.NET.
I need to do the following:
1.) Send data from Java program to remote server
2.) Read input data from Java program using ASP.NET
3.) Query SQL dbase on remote server using ASP.NET
4.) Send dbase results to Java program from remote server
I'm pretty sure how to do #3, and I think I can do #4. I'm pretty clueless about the first two steps. Pointers/advice would be greatly appreciated.