HomeDigital EditionSys-Con RadioSearch Web Services Cd
B2B Beginning WS Business Process Management Case Studies Content Management Distributing Computing e-Business Electronic Data Interchange Enterprise Industry Insight Integration Interviews Java & Web Services .NET Portal Product Reviews Scalability & Performance Security SOAP Source Code UDDI Wireless WS Standards WS Tips & Techniques WSDL WS Editorials XML

Evolving JMX by Pankaj Kumar & Chris Peltz
WSJ Vol 04 Issue 11 - pg.16



Listing 1. MUWS Description of Manageability Capabilities

<!-- fragment from MUWS.wsdl -->
<definitions>
  ...
  <portType name="Identity"
  wsrp:ResourceProperties="muws-xs:IdentityProperties"/>

  <portType name="ResourceState"
  wsrp:ResourceProperties="muws-xs:ResourceStateProperties">
    <operation name="Start">
      <input name="StartRequest" 
	  message="muws-wsdl:StartRequest"/>
      <output name="StartResponse" 
   message="muws-wsdl:StartResponse"/>
    </operation>
    <operation name="Stop">
      <input name="StopRequest" 
   message="muws-wsdl:StopRequest"/>
      <output name="StopResponse" 
   message="muws-wsdl:StopResponse"/>
    </operation>
  </portType>

  <portType name="Metrics" 
  	wsrp:ResourceProperties="muws-xs:MetricsProperties">
    <operation name="ResetAll">
      <input name="ResetAllRequest" message="muws-wsdl:ResetAllRequest"/>
      <output name="ResetAllResponse" message="muws-wsdl:ResetAllResponse"/>
    </operation>
  </portType>
</definitions>