Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
GeneralRe: IntPtr to Delegate in .NET 1.1 Pin
__DanC__6-Nov-07 4:01
__DanC__6-Nov-07 4:01 
GeneralRe: IntPtr to Delegate in .NET 1.1 Pin
Judah Gabriel Himango6-Nov-07 5:14
sponsorJudah Gabriel Himango6-Nov-07 5:14 
Question(WPF)Navigating with windows and custom controls? [modified] Pin
wolfshad35-Nov-07 6:34
wolfshad35-Nov-07 6:34 
AnswerRe: (WPF)Navigating with windows and custom controls? Pin
Judah Gabriel Himango5-Nov-07 7:14
sponsorJudah Gabriel Himango5-Nov-07 7:14 
GeneralRe: (WPF)Navigating with windows and custom controls? Pin
wolfshad35-Nov-07 20:03
wolfshad35-Nov-07 20:03 
QuestionYahoo mail Pin
mihksoft5-Nov-07 6:13
mihksoft5-Nov-07 6:13 
AnswerRe: Yahoo mail Pin
Judah Gabriel Himango5-Nov-07 7:13
sponsorJudah Gabriel Himango5-Nov-07 7:13 
QuestionC# and simple SOAP Pin
AssemblySoft5-Nov-07 6:00
AssemblySoft5-Nov-07 6:00 
I am writing an app that uses the .Net classes TCPClient and NetworkStream to read and write data between 2 machines. All works fine.

I have recently found a need to be able to send Http 1.1 with a SOAP message as the Http body. Currently i am using an XmlDocument to load and parse the SOAP data. However to do this i first have to read in the HTTP header, search for the beginning of the body and construct my own XmlDocument.

There must be a better way. I don't want to call a web service, i just want to send http with a soap body and receive the same.

I am looking for a means of loading in the NetworkStream into some kind of HTTP object to read the http stuff and also load the body into some simple Soap object that can be used to pull out/ set values.

Comments, Suggestions Welcomed.

Carl
Answercross-post Pin
led mike5-Nov-07 8:30
led mike5-Nov-07 8:30 
GeneralRe: cross-post Pin
AssemblySoft5-Nov-07 10:24
AssemblySoft5-Nov-07 10:24 
GeneralRe: cross-post Pin
led mike6-Nov-07 3:56
led mike6-Nov-07 3:56 
GeneralRe: cross-post Pin
AssemblySoft6-Nov-07 5:19
AssemblySoft6-Nov-07 5:19 
GeneralRe: cross-post Pin
led mike6-Nov-07 5:40
led mike6-Nov-07 5:40 
GeneralRe: cross-post Pin
AssemblySoft6-Nov-07 5:50
AssemblySoft6-Nov-07 5:50 
GeneralRe: cross-post Pin
led mike6-Nov-07 6:07
led mike6-Nov-07 6:07 
GeneralRe: cross-post Pin
AssemblySoft6-Nov-07 6:17
AssemblySoft6-Nov-07 6:17 
GeneralRe: cross-post Pin
led mike6-Nov-07 10:32
led mike6-Nov-07 10:32 
AnswerRe: C# and simple SOAP Pin
Ennis Ray Lynch, Jr.5-Nov-07 9:56
Ennis Ray Lynch, Jr.5-Nov-07 9:56 
QuestionSQL Error converting data type varchar to numeric Pin
ortaparmak5-Nov-07 5:30
ortaparmak5-Nov-07 5:30 
AnswerRe: SQL Error converting data type varchar to numeric Pin
Rob Philpott5-Nov-07 5:53
Rob Philpott5-Nov-07 5:53 
GeneralRe: SQL Error converting data type varchar to numeric Pin
ortaparmak5-Nov-07 7:13
ortaparmak5-Nov-07 7:13 
AnswerRe: SQL Error converting data type varchar to numeric Pin
snorkie5-Nov-07 5:56
professionalsnorkie5-Nov-07 5:56 
GeneralRe: SQL Error converting data type varchar to numeric Pin
ortaparmak5-Nov-07 7:06
ortaparmak5-Nov-07 7:06 
GeneralRe: SQL Error converting data type varchar to numeric Pin
snorkie5-Nov-07 7:12
professionalsnorkie5-Nov-07 7:12 
GeneralRe: SQL Error converting data type varchar to numeric Pin
ortaparmak5-Nov-07 7:41
ortaparmak5-Nov-07 7:41 

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.