Click here to Skip to main content
15,899,659 members
Home / Discussions / C#
   

C#

 
GeneralRe: Single Sign On question Pin
Etienne_12321-May-10 13:00
Etienne_12321-May-10 13:00 
GeneralRe: Single Sign On question Pin
Pete O'Hanlon21-May-10 23:49
mvePete O'Hanlon21-May-10 23:49 
GeneralRe: Single Sign On question Pin
Etienne_12324-Jun-10 1:38
Etienne_12324-Jun-10 1:38 
GeneralRe: Single Sign On question Pin
Etienne_12315-Jul-10 23:50
Etienne_12315-Jul-10 23:50 
QuestionPurpose of Web Service Namespaces Pin
AspDotNetDev21-May-10 10:29
protectorAspDotNetDev21-May-10 10:29 
AnswerRe: Purpose of Web Service Namespaces Pin
Pete O'Hanlon21-May-10 12:34
mvePete O'Hanlon21-May-10 12:34 
GeneralRe: Purpose of Web Service Namespaces Pin
AspDotNetDev21-May-10 12:40
protectorAspDotNetDev21-May-10 12:40 
AnswerRe: Purpose of Web Service Namespaces Pin
Jürgen Röhr22-May-10 1:42
professionalJürgen Röhr22-May-10 1:42 
Hi,

having wondered about this myself, I don't know, whether I can provide real illumination, but at least I can share my thougts about it.

I'm sure, that the EndpointAddress is not really suitable for identifying the service. In any network such a service can be addressed in at least two or three ways:
1. http://mydomain.com/myservice.asmx
2. http://13.13.200.7/...
and eventually
3. http:/mydomain.dyndns.org/...

There is no reason, to interpret the addressed service in different ways. Furthermore there might be 'copies' of the service in load balancing environments. So, the ony way to identify the service correct is via the namespace - as you do in C# and other languages.

The provided namespace does not free you from specifiying the location. In fact you can provide anything (maybe regarding some naming rules) as a namespace - even if it doesn't exist.

Cheers
Jürgen
QuestionHow to work on VOIP, Video Conferencing, Chat room using either intranet or internet system Pin
CoderForEver21-May-10 9:02
CoderForEver21-May-10 9:02 
QuestionDatabase Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
PDTUM21-May-10 8:13
PDTUM21-May-10 8:13 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
William Winner21-May-10 8:21
William Winner21-May-10 8:21 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
PDTUM21-May-10 9:17
PDTUM21-May-10 9:17 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
Dimitri Witkowski21-May-10 8:22
Dimitri Witkowski21-May-10 8:22 
AnswerRe: Database Query Error: {"Must declare the scalar variable \"@UserId\"."}...has me baffled Pin
PDTUM21-May-10 9:12
PDTUM21-May-10 9:12 
Questionreference can't be found works while in visual studio, but not outside Pin
aei_totten21-May-10 8:07
aei_totten21-May-10 8:07 
QuestionCalling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 6:22
JollyGiant196821-May-10 6:22 
AnswerRe: Calling non .net cpp app functions from c# app Pin
dan!sh 21-May-10 6:43
professional dan!sh 21-May-10 6:43 
GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:36
JollyGiant196821-May-10 7:36 
AnswerRe: Calling non .net cpp app functions from c# app Pin
Dimitri Witkowski21-May-10 6:44
Dimitri Witkowski21-May-10 6:44 
GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:37
JollyGiant196821-May-10 7:37 
GeneralRe: Calling non .net cpp app functions from c# app Pin
Dimitri Witkowski21-May-10 7:39
Dimitri Witkowski21-May-10 7:39 
AnswerRe: Calling non .net cpp app functions from c# app Pin
Luc Pattyn21-May-10 7:23
sitebuilderLuc Pattyn21-May-10 7:23 
GeneralRe: Calling non .net cpp app functions from c# app Pin
JollyGiant196821-May-10 7:34
JollyGiant196821-May-10 7:34 
AnswerRe: Calling non .net cpp app functions from c# app Pin
David Knechtges21-May-10 7:49
David Knechtges21-May-10 7:49 
GeneralRe: Calling non .net cpp app functions from c# app Pin
Luc Pattyn21-May-10 8:07
sitebuilderLuc Pattyn21-May-10 8:07 

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.