Skip to main content

Receiving and processing a SOAP header

The basic steps to receiving and processing a SOAP header are:
  1. Create a class deriving from SoapHeader representing the data passed in the SOAP header.
  2. Add a member to the XML Web service class or XML Web service client proxy class of the type created in step 1.
  3. Apply a SoapHeaderAttribute to the XML Web service method or the corresponding method in the proxy class, specifying the member created in step 2 in the MemberName property.
  4. Within the XML Web service method or XML Web service client code, access the MemberName property to process the data sent in the SOAP header.

    [from msdn]

Comments

  1. The most essential key figures give you a compact summary of the subject of "Social casino gaming" and take you straight 메리트카지노 to the corresponding statistics. As a globally active full-service provider, NOVOMATIC is active in all segments of the gaming trade, offering a complete omni-channel portfolio of merchandise. Our high-limit lounge supplies the mixture of seclusion and casino amenities, together with a speakeasy-style bar serving an exclusive selection of spirits.

    ReplyDelete

Post a Comment

Popular posts from this blog

Android onTouch or onClick

  The decision to use either   onTouch   or   onClick   in an Android application depends on the specific requirements of the application and the behavior that the developer is trying to achieve. onClick  is called when the user taps a view, and is similar to a button press in a traditional desktop interface.  onClick  provides simple click detection, but it doesn't allow for more complex gestures like swipes and pinches. onTouch , on the other hand, provides more detailed information about the touch event and can detect complex gestures like swipes and pinches.  onTouch  gives you a  MotionEvent  which contains information about the touch event, including the position of the touch, the time of the touch, and the action that occurred. If you need to detect simple click events, then  onClick  is sufficient. However, if you need to detect more complex gestures, like swipes and pinches, then  onTouch is a better choice. Also, you can use both  onTouch  and  onClick  together if necess