How to upload a xml file on Rest web server
-
Hi, I want to upload a xml file on Rest web server using vb.net Can any one suggest how i do this.
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q
-
Hi, I want to upload a xml file on Rest web server using vb.net Can any one suggest how i do this.
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q
It depends on the server. Do you have any documentation of the server API? On some servers it is done using the HTTP method - PUT others have POST. Without knowing what server and the API it supports it is not possible to anwer your question exactly.
-
Hi, I want to upload a xml file on Rest web server using vb.net Can any one suggest how i do this.
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q
Check out Everything about REST web services - what and how - Part 2 - design[^] for tips on how to use REST web services.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles] [My Website]
-
Check out Everything about REST web services - what and how - Part 2 - design[^] for tips on how to use REST web services.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles] [My Website]
Thanks for reply, But this is for design the web service for upload a file. but i want to upload a xml file on rest web service using my .net code.
~Khatri Mitesh khatrimitesh@hotmail.com Bikaner (Rajasthan) INDIA http://www.youtube.com/watch?v=-oJaaPCrk3Q