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

C#

 
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 
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 
My reply was a little vague, but I did say you could so something like WSE does, or just use WSE directly.

I was thinking of WSE to add SOAP headers since you could just create a WS that mocks/mimics the WSDL in the file you have, then implement the service using empty methods or whatever, and finally use WSE to add the headers you want (I'm assuming that you want to add WSE headers since it sounds like you may want to route the request, or add credentials - this is exactly what WSE is for).

It is a round-about approach, but you end up with headers that are correct. Once you have them, use disco.exe to grab the WSDL (among other files) and you're set.

The alternate approach is to familiarize yourself with WSDL[^] and SOAP[^] - because WSDL includes SOAP - and manually edit your WSDL.

Personally, I think WSDL and SOAP are not meant for developers to read and edit directly, which is why I suggested the WSE route so that you could automatically generate the headers and resulting files, knowing that they are compliant with the underlying standards.

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 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 
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 

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.