Click here to Skip to main content
15,902,934 members
Home / Discussions / C#
   

C#

 
GeneralRe: WS-addressing Pin
George_George25-Sep-08 21:00
George_George25-Sep-08 21:00 
GeneralRe: WS-addressing Pin
cpkilekofp29-Sep-08 4:06
cpkilekofp29-Sep-08 4:06 
GeneralRe: WS-addressing Pin
George_George30-Sep-08 1:48
George_George30-Sep-08 1:48 
GeneralRe: WS-addressing Pin
cpkilekofp30-Sep-08 7:04
cpkilekofp30-Sep-08 7:04 
GeneralRe: WS-addressing Pin
George_George30-Sep-08 22:31
George_George30-Sep-08 22:31 
GeneralRe: WS-addressing Pin
choopie17-Jan-09 11:07
choopie17-Jan-09 11:07 
GeneralRe: WS-addressing Pin
George_George18-Jan-09 20:34
George_George18-Jan-09 20:34 
GeneralRe: WS-addressing Pin
choopie22-Jan-09 10:36
choopie22-Jan-09 10:36 
Hello George,

consider EPRs as a way to connect a service endpoint. If you look at some examples you might see ReplyTo header which contains Address, reference parameters or metadata. This means that the client which sends such request to a provider, expects a response to the specified address in the ReplyTo, with supplied reference parameters and maybe some metadata. Like the client, the provider may also offer special communication with endpoint instances. The wsdl contains the information for provider's endpoints. Different bindings could be set for calling endpoints with reference parameters for example. Consider such provider as an EPR itself. The request's wsa:To maps directly to the provider's destination URL. Reference parameters are set directly as separate headers with wsa:IsReferenceParameter attribute set and so on.

You need to look for some ws communication with all of the combination and headers in use. You can find a part of the W3C org tests of WS-A here: http://dev.w3.org/2004/ws/addressing/testsuite/testcases/#test1100

Particular implementation means that you can write your own Addressing SOAP feature with any language. You can write it as you like. You can follow the specification or you may not follow everything in the specification, but if you don't, you risk to have not an interopable implementation with third party vendors. Interoperability is a key moment in web service communication.

Endpoint address information could be found in the wsdl or some metadata or address of an EPR. If the anonymous client URI is used (SOAP over HTTP) then the Reply is returned on the same HTTP connection. Serialization is transformation from the property data to an XML infoset. Deserialization is the oposite.

Best regards,
choopie
QuestionHelp me about "BeginGetResponse" hang when HTTP server generate an "500" error. Pin
liubin_aluzi22-Sep-08 20:28
liubin_aluzi22-Sep-08 20:28 
AnswerRe: Help me about "BeginGetResponse" hang when HTTP server generate an "500" error. Pin
liubin_aluzi22-Sep-08 20:52
liubin_aluzi22-Sep-08 20:52 
QuestionCapture and Save Image Pin
sirisha guttikonda22-Sep-08 19:43
sirisha guttikonda22-Sep-08 19:43 
AnswerRe: Capture and Save Image Pin
N a v a n e e t h22-Sep-08 19:54
N a v a n e e t h22-Sep-08 19:54 
AnswerRe: Capture and Save Image Pin
Harvey Saayman22-Sep-08 20:53
Harvey Saayman22-Sep-08 20:53 
GeneralRe: Capture and Save Image Pin
Monark23-Sep-08 15:00
Monark23-Sep-08 15:00 
GeneralRe: Capture and Save Image Pin
Harvey Saayman23-Sep-08 23:21
Harvey Saayman23-Sep-08 23:21 
Questionvb vs c# variables in sql query strings [reform my question] Pin
Rafone22-Sep-08 19:34
Rafone22-Sep-08 19:34 
AnswerRe: vb vs c# variables in sql query strings Pin
N a v a n e e t h22-Sep-08 19:57
N a v a n e e t h22-Sep-08 19:57 
AnswerRe: vb vs c# variables in sql query strings Pin
Nirandas22-Sep-08 20:43
Nirandas22-Sep-08 20:43 
GeneralRe: vb vs c# variables in sql query strings Pin
Rafone23-Sep-08 3:33
Rafone23-Sep-08 3:33 
GeneralRe: vb vs c# variables in sql query strings Pin
Nirandas23-Sep-08 4:10
Nirandas23-Sep-08 4:10 
GeneralRe: vb vs c# variables in sql query strings [modified] Pin
Rafone23-Sep-08 4:40
Rafone23-Sep-08 4:40 
GeneralRe: vb vs c# variables in sql query strings Pin
cpkilekofp24-Sep-08 7:16
cpkilekofp24-Sep-08 7:16 
GeneralRe: vb vs c# variables in sql query strings Pin
Rafone24-Sep-08 10:41
Rafone24-Sep-08 10:41 
QuestionRotation of cube Pin
aurosikhadas22-Sep-08 19:21
aurosikhadas22-Sep-08 19:21 
AnswerRe: Rotation of cube Pin
Roger Alsing22-Sep-08 20:17
Roger Alsing22-Sep-08 20:17 

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.