Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
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 
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 
Try this article[^]. The article explains how to add an arbitrary header to a SOAP message, and then use WSDL.EXe to generate the WSDL file.

So, here's how you could do it:

Option A:

Familiarize yourself with WSDL[^]/ and SOAP[^] - because WSDL includes SOAP - and manually edit your WSDL.

Option B:

Use the .NET framework to generate a new WSDL using the approach here http://blogs.tamtam.nl/paulb/2007/10/09/AddingCustomHeadersToASOAPMessagePart1.aspx[^] and then take the parts you want from your new file and copy them to your existing file.

I hope that clarifies it and wish you good luck!

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_George16-Sep-08 3:39
George_George16-Sep-08 3:39 
GeneralRe: add SOAP header Pin
Erik Westermann16-Sep-08 10:32
professionalErik Westermann16-Sep-08 10:32 
GeneralRe: add SOAP header Pin
George_George16-Sep-08 19:57
George_George16-Sep-08 19:57 
Questionabout Functions in c# Pin
vijaylumar10-Sep-08 18:53
vijaylumar10-Sep-08 18:53 
AnswerRe: about Functions in c# Pin
User 665810-Sep-08 19:01
User 665810-Sep-08 19:01 
AnswerRe: about Functions in c# Pin
MarkB77710-Sep-08 19:03
MarkB77710-Sep-08 19:03 
AnswerRe: about Functions in c# Pin
V.10-Sep-08 20:15
professionalV.10-Sep-08 20:15 
QuestionRe: about Functions in c# Pin
CPallini10-Sep-08 21:37
mveCPallini10-Sep-08 21:37 
Questionneed some help with Directory.GetFiles() Pin
MarkB77710-Sep-08 18:30
MarkB77710-Sep-08 18:30 
AnswerRe: need some help with Directory.GetFiles() Pin
User 665810-Sep-08 18:48
User 665810-Sep-08 18:48 
GeneralRe: need some help with Directory.GetFiles() Pin
MarkB77710-Sep-08 18:59
MarkB77710-Sep-08 18:59 
Questionnose and mouth detection Pin
siewying10-Sep-08 17:46
siewying10-Sep-08 17:46 
AnswerRe: nose and mouth detection Pin
Guffa10-Sep-08 21:18
Guffa10-Sep-08 21:18 
GeneralRe: nose and mouth detection Pin
siewying10-Sep-08 21:20
siewying10-Sep-08 21:20 
QuestionDrive Size, DEC > HEX Pin
Muammar©10-Sep-08 15:01
Muammar©10-Sep-08 15:01 
AnswerRe: Drive Size, DEC > HEX Pin
Robert.C.Cartaino10-Sep-08 17:05
Robert.C.Cartaino10-Sep-08 17:05 
GeneralRe: Drive Size, DEC > HEX Pin
Muammar©11-Sep-08 1:01
Muammar©11-Sep-08 1:01 

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.