Forum: C# Jun 26th, 2008 |
| Replies: 0 Views: 1,216 c# http client 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 is... |
Forum: C May 6th, 2008 |
| Replies: 2 Views: 808 Re: use of timer/thread in c language 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 will... |
Forum: C May 6th, 2008 |
| Replies: 2 Views: 808 use of timer/thread in c language 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 guys... |
Forum: Java Jan 22nd, 2008 |
| Replies: 2 Views: 396 c# method from java 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: 2,972 c# implementation of the wsdl file 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: 1,967 Re: Accessing a Web Service 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: 1,967 Re: Accessing a Web Service 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 java... |
Forum: RSS, Web Services and SOAP Jan 8th, 2008 |
| Replies: 7 Views: 1,967 Re: Accessing a Web Service 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: 502 toggle boot sequence 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 save... |