Click here to Skip to main content
15,890,043 members
Home / Discussions / C#
   

C#

 
QuestionGenerics and Arrays Help Please! Pin
James612810-Jul-09 0:49
James612810-Jul-09 0:49 
AnswerRe: Generics and Arrays Help Please! Pin
DoctorMick10-Jul-09 0:55
DoctorMick10-Jul-09 0:55 
GeneralRe: Generics and Arrays Help Please! Pin
James612810-Jul-09 1:16
James612810-Jul-09 1:16 
Questionhow do i use sendkeys.send Pin
Vivek Vijayan10-Jul-09 0:45
Vivek Vijayan10-Jul-09 0:45 
AnswerRe: how do i use sendkeys.send Pin
dan!sh 10-Jul-09 1:00
professional dan!sh 10-Jul-09 1:00 
QuestionPlace cursor at the end of combo box text Pin
pp.p10-Jul-09 0:35
pp.p10-Jul-09 0:35 
AnswerRe: Place cursor at the end of combo box text Pin
Nagy Vilmos10-Jul-09 0:43
professionalNagy Vilmos10-Jul-09 0:43 
QuestionSOAP Messages - Intercepting and redirecting the HTTP call to a remoting server Pin
MrEyes10-Jul-09 0:21
MrEyes10-Jul-09 0:21 
Hello all,

As most of you will already know, when one imports a WSDL into a project the resulting web reference allows the developer to call the WSDL methods, for example:

int resultCode = DoSomething(valueA, valueB, ref valueC, out valueD);


However, this import wraps the entire message creation / send / result parsing into code that is embedded with .NET libraries.

I need to "intercept" the raw outgoing SOAP message and send it somewhere else via remoting. The server at the end of the remoting call will then perform the HTTP send and synchronously return the raw SOAP response. I then need to parse the SOAP response so that it can be parsed into the return/ref/out objects the method (as above) returns.

Does anybody know of a way to do this?

My original stab was to create a code generator app (as an alternative to adding a web reference) that would read the WSDL and generate a callable stub. However I am having trouble generating the SOAP messages and parsing the incoming sync response. So another question would be:

Does anybody know of a way to create/deconstruct SOAP messages?
AnswerRe: SOAP Messages - Intercepting and redirecting the HTTP call to a remoting server Pin
Member 440849712-Jan-10 2:02
Member 440849712-Jan-10 2:02 
QuestionHow to find specific HtmlElement on a web page if we know some (X, Y) co-ordinates on the IE window? Pin
svt gdwl10-Jul-09 0:17
svt gdwl10-Jul-09 0:17 
QuestionInvoke Problem Pin
gehbitte9-Jul-09 23:56
gehbitte9-Jul-09 23:56 
AnswerRe: Invoke Problem Pin
Luc Pattyn10-Jul-09 0:14
sitebuilderLuc Pattyn10-Jul-09 0:14 
GeneralRe: Invoke Problem Pin
gehbitte10-Jul-09 0:20
gehbitte10-Jul-09 0:20 
GeneralRe: Invoke Problem Pin
gehbitte10-Jul-09 0:28
gehbitte10-Jul-09 0:28 
GeneralRe: Invoke Problem Pin
Luc Pattyn10-Jul-09 0:46
sitebuilderLuc Pattyn10-Jul-09 0:46 
Questioncode to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan9-Jul-09 23:52
Vivek Vijayan9-Jul-09 23:52 
AnswerRe: code to invoke querty keyboard keys in windows applicattion Pin
dan!sh 9-Jul-09 23:55
professional dan!sh 9-Jul-09 23:55 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan10-Jul-09 0:15
Vivek Vijayan10-Jul-09 0:15 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
dan!sh 10-Jul-09 0:29
professional dan!sh 10-Jul-09 0:29 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Mirko198010-Jul-09 1:08
Mirko198010-Jul-09 1:08 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan10-Jul-09 3:08
Vivek Vijayan10-Jul-09 3:08 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Mirko198010-Jul-09 3:16
Mirko198010-Jul-09 3:16 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Vivek Vijayan10-Jul-09 21:04
Vivek Vijayan10-Jul-09 21:04 
GeneralRe: code to invoke querty keyboard keys in windows applicattion Pin
Mirko198013-Jul-09 0:15
Mirko198013-Jul-09 0:15 
QuestionAdobe Acrobat PDF link cann't work on windows form Pin
Bhim Prakash Singh9-Jul-09 22:48
Bhim Prakash Singh9-Jul-09 22:48 

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.