windows - How to get WinRM WSDL file? -


i'm interested in adding open source project or creating own interface windows remote management service python. however, difficult create such service when there no web service description file "wsdl" explain me functions , objects available in soap web service provided windows. can 1 obtain wsdl file windows rm 1 can begin consuming service?

link question on msdn forum.

https://social.msdn.microsoft.com/forums/vstudio/en-us/772aa67f-fe95-488a-ab9a-6bde3a42658e/how-to-get-winrm-wsdl-file?forum=windowsserversolutionssdk

it's available in open specifications document ms-wsmv describes wsman in large detail. can download full document msdn site:

https://msdn.microsoft.com/en-us/library/cc251526.aspx

it detailed in appendix (full wsdl):

https://msdn.microsoft.com/en-us/library/dd366131.aspx

all can provide links full wsdl far exceeds character limit allowed in post.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -