Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm interested in adding to an open source project or creating my own interface into windows remote management service from Python.However, it is difficult to create such a service when there is no web service description file (WSDL) to explain to me what functions and objects are available in the SOAP web service provided by Windows.
What is the WSDL file for WinRM? Or am I supposed to connect use WinRM without it?
Link to the question on the 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 the open specifications document MS-WSMV which describes WSMan in large detail. The full document can be downloaded from the MSDN site:
https://msdn.microsoft.com/en-us/library/cc251526.aspx
It is detailed in appendix A (Full WSDL):
https://msdn.microsoft.com/en-us/library/dd366131.aspx
All that can be provided is links as the full WSDL far exceeds the character limit allowed in a post.
This document contain some minor errors which can be spotted, for example, by PyCharm.
XSDs:
http://schemas.xmlsoap.org/ws/2004/09/transfer/transfer.xsd
http://schemas.xmlsoap.org/ws/2004/08/eventing/eventing.xsd
http://schemas.xmlsoap.org/ws/2004/09/enumeration/enumeration.xsd
Correct attribute names:
minOccurs
maxOccurs
processContents
wsmanfault namespace is not used.
Some attributes are set explicitly to their defaults.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm currently doing a research on developing a web based ontology editor. I need to validate that the ontology edited by my tool is consistent and infer knowledge properly. Also, I would like to get some general statistics regarding the ontology. Is there an ontology validator tool available online which I can use for this requirement? OWL 2 Validator and OWL Metrics don't seem to be working anymore.
http://mowl-power.cs.man.ac.uk:8080/validator
http://mowl-power.cs.man.ac.uk:8080/metrics
Both those tools are just simple web apps using OWLAPI code to carry out the validation. See Profiles in OWLAPI for how to validate an ontology against a profile, and OWLReasoner for ways to test that an ontology is consistent. The second step will also require an OWLReasoner implementation to provide the reasoning services. There are numerous Open Source reasoners, e.g., FaCT++, Pellet, Hermit, Konclude, JFact, and various others that can interface with OWLAPI. See ORE for the most recent competition comparing these reasoners for performance.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Since the redesign of springsource.org, I am no long able to find the reference documentation available for download. Previously, you could download the source archive (which contained all the code) and it would also have the reference docs available for offline use. This was really helpful.
Is this available somewhere else now? As a note, I'm looking for the reference documentation (the user guide - i.e. what is found at http://docs.spring.io/spring/docs/3.2.4.RELEASE/spring-framework-reference/html/) - not the API (javadoc) docs...those are available via maven central.
You can get a directory listing when you delete part of the path.
An archived copy of the Spring Framework Reference Documentation (for version 4.1.0) can be found here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Does anyone know if there are web api's that allow you to retrieve MSDN info from a webservice call? Unfortunately googling MSDN web API's returns information on how to use web API's.
It's really not very easy to find, I agree...
http://services.msdn.microsoft.com/ContentServices/ContentService.asmx
From the intro:
This is the documentation for the MSDN/TechNet Publishing System
(MTPS) Content Service. The MTPS Content Service is an XML web service
that provides access to the content stored in MTPS. This includes, for
example, the content available at http://msdn2.microsoft.com/library.
Using the MTPS Content Service, developers can integrate
documentation, technical articles, whitepapers, images and the other
content available from the MTPS system into their own applications.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I can't seem to find a Windows API call that returns the driver name for a printer. Note that I'm not talking about the friendly name of the printer in the printer folder, I'm talking about the name of actual driver being used as shown on the "Advanced" tab when you look at the printer properties:
Printer properties dialog http://img811.imageshack.us/img811/3443/printer.png
I'm trying to detect when I'm printing to the "Generic / Text Only" driver regardless of what name the user chooses for the printer. It doesn't seem like this should be hard, but I can't find it in the DEVMODE structure or anyplace else I've thought to look for it.
Thanks for the help!
What you are looking for is in the pDriverName field of the PRINTER_INFO_2 structure.
You can get it with EnumPrinters, then you have to do a comparison of the PRINTER_INFO_2::pPrinterName and the friendly name of DEVMODE.
Just a suggestion: use procmon (from sysinternals) to spy on all API calls, and see what call returns this string.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I need to build a online project monitoring system for my project. Can anyone help me to identify the tools which I can use to build a simple online project monitoring system.
My system requires the following:
1. It should be user driven(multiuser logins)
2. Able to handle document uploads and downloads
3. If it can support spread sheet like document editing it will be good
Thanks,
Need your help.
If your project is open source then you can use Google Code
Otherwise some paid solutions are
Sharepoint - Group Collaborative
Jira/Confluence - Source Control, Group Collaborative
Here are some free project hosting solutions,