Click here to Skip to main content
15,917,176 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dll initalization problem Pin
Ami10-Sep-08 22:07
Ami10-Sep-08 22:07 
AnswerRe: Dll initalization problem Pin
#realJSOP10-Sep-08 23:21
professional#realJSOP10-Sep-08 23:21 
AnswerRe: Dll initalization problem Pin
Ami11-Sep-08 0:47
Ami11-Sep-08 0:47 
GeneralRe: Dll initalization problem Pin
#realJSOP11-Sep-08 1:01
professional#realJSOP11-Sep-08 1:01 
Questionprnadmin.dll Pin
arkiboys10-Sep-08 22:04
arkiboys10-Sep-08 22:04 
AnswerRe: prnadmin.dll Pin
leppie10-Sep-08 23:39
leppie10-Sep-08 23:39 
GeneralRe: prnadmin.dll Pin
arkiboys11-Sep-08 0:27
arkiboys11-Sep-08 0:27 
GeneralRe: prnadmin.dll Pin
leppie11-Sep-08 1:18
leppie11-Sep-08 1:18 
QuestionHandaling Tabcontrol Pin
Haim Nachum10-Sep-08 21:52
Haim Nachum10-Sep-08 21:52 
QuestionKeep a Connection Open Pin
omlac10-Sep-08 21:42
omlac10-Sep-08 21:42 
AnswerRe: Keep a Connection Open Pin
Guffa10-Sep-08 21:51
Guffa10-Sep-08 21:51 
GeneralRe: Keep a Connection Open Pin
omlac10-Sep-08 22:29
omlac10-Sep-08 22:29 
AnswerRe: Keep a Connection Open Pin
Guffa11-Sep-08 2:39
Guffa11-Sep-08 2:39 
AnswerRe: Keep a Connection Open Pin
blackjack215010-Sep-08 22:48
blackjack215010-Sep-08 22:48 
GeneralRe: Keep a Connection Open Pin
omlac10-Sep-08 23:31
omlac10-Sep-08 23:31 
QuestionHow to use Office components in WindowsFormsApplication projects Pin
MRafeie10-Sep-08 21:28
MRafeie10-Sep-08 21:28 
QuestionWeb application in Visual Studio 2008 Pin
sachinkalse10-Sep-08 21:07
sachinkalse10-Sep-08 21:07 
AnswerRe: Web application in Visual Studio 2008 Pin
c242310-Sep-08 21:46
c242310-Sep-08 21:46 
AnswerRe: Web application in Visual Studio 2008 Pin
Ed.Poore10-Sep-08 21:58
Ed.Poore10-Sep-08 21:58 
Questionadd SOAP header Pin
George_George10-Sep-08 20:41
George_George10-Sep-08 20:41 
AnswerRe: add SOAP header Pin
Erik Westermann11-Sep-08 10:48
professionalErik Westermann11-Sep-08 10:48 
It sounds like something you could do with Web Services Enhancements[^] - well...you could take a similar approach or just use WSE directly.

The problem is that your clients could end up adding the headers, but the web service won't understand them or even see them. Of course, if you have some intermediary that uses the headers then WSE is the way to go since you can add routing information and other stuff to the SOAP header.

There have been a number of revisions to WSE, so you need to make sure you're using the right version for your development platform. I believe WSE is also part of WCF, but I have not researched that to know for sure.

Erik Westermann - wWorkflow.net - BizTalk Consulting Services

SOA * ESB * BPI * SaaS ... forget the alphabet soup - get the main course with our consulting services!

wWorkflow.net or +1 416-809-1453



GeneralRe: add SOAP header Pin
George_George15-Sep-08 4:21
George_George15-Sep-08 4:21 
GeneralRe: add SOAP header Pin
Erik Westermann15-Sep-08 7:03
professionalErik Westermann15-Sep-08 7:03 
GeneralRe: add SOAP header Pin
George_George15-Sep-08 22:16
George_George15-Sep-08 22:16 
GeneralRe: add SOAP header Pin
Erik Westermann16-Sep-08 3:28
professionalErik Westermann16-Sep-08 3:28 

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.