Microsoft
Software
Hardware
Network
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
Exchange activesync from iphone not connecting to Exchange 2003 server via port 443
How to capture images using webcam in C#?
I cannot change the ownership and rights of a folder, access denied
Riverbed with Cisco GRE Tunnel
Windows Update site fails to load
MS SQL Server only using one core on a 4 core box
php file to list all file in directory
Outlook can not verify valid mailbox
Progress Bar Bound to Timer
How do I fix odbc call failed #1062 under access vba with a mysql backend?