2.2.2.2 AnyXmlMessage
AnyXmlMessage is used to describe messages that contain resource-specific XML in the SOAP Body. AnyXmlMessage is used by the Web Services Management Protocol Extensions for Windows Vista in the following messages.
|
Message Type |
Action URI |
|---|---|
|
Response |
http://schemas.xmlsoap.org/ws/2004/09/transfer/GetResponse |
|
Request |
http://schemas.xmlsoap.org/ws/2004/09/transfer/Put |
|
Request |
http://schemas.xmlsoap.org/ws/2004/09/transfer/Create |
The message MUST be as shown here.
-
<wsdl:message name="AnyXmlMessage"> <wsdl:part name="body" type="wst:AnyXmlType" /> </wsdl:message>
body: Contains XML that represents the resource being acted upon. The actual XML content is dependent upon the specific resource and is not defined by Web Services Management Protocol Extensions for Windows Vista.