Forum: C# Jun 26th, 2008 |
| Replies: 0 Views: 3,802 Hi all,
I was trying to post some data to a web server(tomcat) where my servlet is running.
I have written a c# http client, I was able to establish the connection with the servlet but control ... |
Forum: C May 6th, 2008 |
| Replies: 2 Views: 2,614 Hi,
Thanks for the quick reply!
I am a bit confused, I was under the impression that timers internally use the createThread() method and we dont have to call this method explicitly. Anyways I... |
Forum: C May 6th, 2008 |
| Replies: 2 Views: 2,614 Hi all,
Need some info on "how to use or implement timers/threads/polling mechanism in c language".
Need to run the same piece of code on both platforms(windows + linux).
Can anyone of you... |
Forum: Java Jan 22nd, 2008 |
| Replies: 2 Views: 675 Hi all,
any idea how to call a C# method from a java class using sockets(need to access remote methods)?? |
Forum: RSS, Web Services and SOAP Jan 21st, 2008 |
| Replies: 1 Views: 4,200 Hi all,
instead of using the web service(soap calls).... I want to write some c# implementation of the wsdl file...
any idea how to proceed ?? |
Forum: RSS, Web Services and SOAP Jan 9th, 2008 |
| Replies: 7 Views: 2,915 one update from my side...if yuo are using sevlets then better use jsp with it- no need to call any html form or something. |
Forum: RSS, Web Services and SOAP Jan 8th, 2008 |
| Replies: 7 Views: 2,915 hi,
for a web service method....input and output parameters should be an xml document.
let me tell me the basic logic.........
wsdl file is nothing but is an interface(just like some other... |
Forum: RSS, Web Services and SOAP Jan 8th, 2008 |
| Replies: 7 Views: 2,915 hi,
web service soap interface is defined by a wsdl file.
you can manually write a wsdl file or you can use some tools to generate the same(preferred way).
now, this wsdl file will work as a... |
Forum: Motherboards, CPUs and RAM Nov 5th, 2007 |
| Replies: 1 Views: 743 Hi,
I am new to this forum so please bear with me.
I want to read the bios settings (through a program) and if boot option is hard disk then i want to change the same to network boot (should... |