Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Bruno Rebelo
0
Views
1
Comments
List all methods from Webservices
Question
Hello...
Its possible to get all methods from all webservices from a OML ?
i'm trying to export to a excel a list of all webservices that was created in the oml file.
thanks in advanced..
Best Regards
Bruno Rebelo
João Portela
Staff
Hi Bruno,
You do not have that information available, although you can check in Service Center (Edit the eSpace, go to tab "Web Services") the list of web services your eSpace(s) exposes.
Next, if you click on the web service link (same as
https://<my_server>/<my_espace>/<my_web_service>.asmx
) you can get the list of web-methods for that web-service. You can copy this information into you Excel sheet.
If you really need to get the web-methods list programmatically, there is a way to get eSpaces web-services list, and using an API from .Net you can extract web-methods from the WSDL (
https://<my_server>/<my_espace>/<my_web_service>.asmx?wsdl
), but is not very easy to do.
Regards,
João Portela
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...