Question : C# Web service recommendation

Server: Windows 2003, IIS 6
Clients: Windows XP, 7
Internal WAN usage only.
C# server and client app.

I've never dealt with developing a web service before.  Ideally what I am trying to develop is an "engine" that:
accepts a CSV or text file as input.
outputs a document of a specific type.

Is this possible?  I've been research soap and examples of file transferring but haven't exactly found yet what I'm looking for.

Answer : C# Web service recommendation

You should be calling SwingWorker.publish, not setProgress, and any GUI stuff should, as a result of that call to publish, be treated in SwingWorker.process
Random Solutions  
 
programming4us programming4us