Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hardware Pin
Luc Pattyn18-Mar-08 14:22
sitebuilderLuc Pattyn18-Mar-08 14:22 
QuestionIs it possible to load a form in an outlook addin Pin
gavin lane18-Mar-08 14:06
gavin lane18-Mar-08 14:06 
GeneralRe: Is it possible to load a form in an outlook addin Pin
gavin lane18-Mar-08 14:31
gavin lane18-Mar-08 14:31 
Questionheader bar Pin
nelsonpaixao18-Mar-08 13:19
nelsonpaixao18-Mar-08 13:19 
GeneralRe: header bar Pin
PIEBALDconsult18-Mar-08 17:41
mvePIEBALDconsult18-Mar-08 17:41 
GeneralRe: header bar Pin
blakey40418-Mar-08 23:53
blakey40418-Mar-08 23:53 
GeneralRe: header bar Pin
PIEBALDconsult20-Mar-08 9:48
mvePIEBALDconsult20-Mar-08 9:48 
QuestionHttp request and XML Pin
Rajeeshun18-Mar-08 11:36
Rajeeshun18-Mar-08 11:36 
Hi,

I am very new to C# development and I am using VS2005

I want to write small module for my company that send XML data to a gateway (Asp page) and get the response in XML format

I have to send the data (requesting) in XML format to a web site and need to get the response for the request
First I tried with Webclient (System.Net.WebClient) with following codes

[C#]

Client.UploadFile("http://sample_site/upload.aspx", @"C://Regsitering_Data.xml");
Client.DownloadFile("http://sample_site/downloaddata.aspx","C:\\Responses.asp")

[/C#]

However, this way I managed to post the data. I checked with the gateway people and they confirmed that my request is correct and the webservice has sent the response correctly. However I am not able to get the response from there. I am getting Error as results

I know that I am doing wrong. I tried with HttpWebRequest and HttpWebResponse, but I dont know how to post XML data into the with using
HttpWebRequest

Please help me on this.
GeneralRe: Http request and XML Pin
pmarfleet18-Mar-08 11:44
pmarfleet18-Mar-08 11:44 
GeneralRe: Http request and XML Pin
Rajeeshun18-Mar-08 12:39
Rajeeshun18-Mar-08 12:39 
GeneralRe: Http request and XML Pin
Rajeeshun19-Mar-08 2:57
Rajeeshun19-Mar-08 2:57 
QuestionC#.Net Pin
Aditya Baraya18-Mar-08 9:29
Aditya Baraya18-Mar-08 9:29 
GeneralRe: C#.Net Pin
PIEBALDconsult18-Mar-08 9:37
mvePIEBALDconsult18-Mar-08 9:37 
GeneralRe: C#.Net Pin
Aditya Baraya18-Mar-08 22:48
Aditya Baraya18-Mar-08 22:48 
GeneralRe: C#.Net Pin
Mabre of the Tadadas18-Mar-08 9:53
Mabre of the Tadadas18-Mar-08 9:53 
GeneralRe: C#.Net Pin
parth.p18-Mar-08 10:01
parth.p18-Mar-08 10:01 
GeneralRe: C#.Net Pin
Aditya Baraya18-Mar-08 22:55
Aditya Baraya18-Mar-08 22:55 
GeneralRe: C#.Net Pin
Christian Graus18-Mar-08 13:10
protectorChristian Graus18-Mar-08 13:10 
JokeRe: C#.Net Pin
Anthony Mushrow18-Mar-08 15:56
professionalAnthony Mushrow18-Mar-08 15:56 
GeneralMicrosoft CRM 3.0 SDK Problem. Pin
hdv21218-Mar-08 6:54
hdv21218-Mar-08 6:54 
GeneralCreate an ActiveX (or equivalent) usable within the compact framework Pin
Olivier Sannier18-Mar-08 6:24
Olivier Sannier18-Mar-08 6:24 
GeneralRe: Create an ActiveX (or equivalent) usable within the compact framework Pin
Not Active18-Mar-08 6:30
mentorNot Active18-Mar-08 6:30 
GeneralRe: Create an ActiveX (or equivalent) usable within the compact framework Pin
Olivier Sannier18-Mar-08 6:33
Olivier Sannier18-Mar-08 6:33 
QuestionMarshal Unmanaged Type by ByValArray Pin
sthaas18-Mar-08 5:55
sthaas18-Mar-08 5:55 
QuestiondateChangedEvent??? Pin
Harvey Saayman18-Mar-08 4:51
Harvey Saayman18-Mar-08 4:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.