Using a webservice from my App?

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

Hello!

I have never done a webservice but I wonder if this is the right situation
to use one..

I want to be able to upload stuff from my Windows.Froms application to
publish on a website from within the app... can I call a webservice and send
a Dataset to it or a file or whatever?

The webservice will then publish the stuff on the web for me..

/Lars Netzel
 
Lars Netzel said:
I want to be able to upload stuff from my Windows.Froms application to
publish on a website from within the app... can I call a webservice and
send
a Dataset to it or a file or whatever?

In this case, using FTP (or SCP) for file upload may be the easier solution:

Accessing FTP servers in .NET applications
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=ftp&lang=en>
 
I guess FTP could be easier... I will probably go for this one if the
Webservice way doesn't turn out. I felt it would be a good way of learning
webservices too so I'm leaning towards that first of all..

Thanx
7Lars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top