2.2.2.3 OptionalXmlMessage

OptionalXmlMessage is used to describe messages that either contain nothing in the SOAP Body or that contain resource-specific XML in the SOAP Body.  OptionalXmlMessage is used by the Web Services Management Protocol Extensions for Windows Vista in the following messages.

Message Type

Action URI

Request

http://schemas.xmlsoap.org/ws/2004/09/transfer/Get

Response

http://schemas.xmlsoap.org/ws/2004/09/transfer/PutResponse

Response

http://schemas.xmlsoap.org/ws/2004/09/transfer/DeleteResponse

The message MUST be as shown here.

 <wsdl:message name="OptionalXmlMessage">
   <wsdl:part name="body" type="wst:AnyXmlOptionalType" />
 </wsdl:message>
            

body: Either contains XML that represents the resource being acted upon or is empty.  If present, the actual XML content is dependent upon the specific resource and is not defined by Web Services Management Protocol Extensions for Windows Vista.