WS-* protocol associated to IsInitiating or IsTerminanting in wsHttpBinding

Hi

Is there a ws-* protocol associated to the features IsInitianting or IsTerminating in wsHttpbinding or simply it is owner feature resolved at level of server

Thanks in advance

Javier



Answer this question

WS-* protocol associated to IsInitiating or IsTerminanting in wsHttpBinding

  • Ken Adeniji

    Greetings,

    General ordering is not expressible via WSDL. Just Initiating and Terminating operations.

    It is expressed as an attribute on the wsdl:Operation, I believe.

    -mike


  • gudmunh

    The IsInitiating and IsTerminating features are not part of any WS-* protocol at this time. They represent a way to flow the values of these two booleans on [OperationContract] from the server to the client via WSDL.

    Hope that helps,

    -mike


  • Nilton Pinheiro

    Thanks

    And which is the part of wsdl document in that the correct order of operations is specified

    Javier


  • WS-* protocol associated to IsInitiating or IsTerminanting in wsHttpBinding