blah blah blah is here! blah blah » Close

0
votes
0 answers

Need to implement a live update feature showing all recent changes in records

I need to implement a live update feature in my webapp. Whenever there is a status change (update) happening in my table for a record i need to keep showing them on the page. What would be the best way to implement such feature?

0
votes
0 answers

How to: Consuming webservice in console application (C#)

Hi, I'm novice by complete to webservices et al. I've created successfully a webservice and referenced it in a console application. By simplification let assume that the webservice contains a webmethod, the 'classic' CelsiusToFarenheit ...

0
votes
0 answers

Extending execution Timeout Webservice

Hey everyone, I got a question concerning my webservice and a application using this webservice. In the beginning I developed the webservice so that it could handle one request at a time. This request was created through a website. Peopl ...

1
votes
2 answers

Communicating with the same webservice on different machines

I have a situation where I need to communicate with the same webservice on different machines (aka "Live system" a "Test system" a "DR system") The URL and functionality of the webservice is the same on each ma ...

0
votes
0 answers

c# web service

i am a newbie in web service i am trying out the example on this site http://www.sanity-free.org/125/php_webservices_and_csharp_dotnet_soap_clients.html using nuSoap and C# but I can't make it work. could someone help me find the ...

0
votes
0 answers

Regarding SOAP Exception

Hi, I have a drawingboard[windows C#] application and a web application. Using web application i can select the drawing board application. I used click once deployment for that. In this case i am using a dataset to get the values from ...

Feedback