Reputation: 21
I need to trigger TeamCity events with a REST API call. I need the wsdl to get the XML file so I can use those XML files for API calls.
P.S.: I am aware of application.wadl. However, I need wsdl>xml
Upvotes: 0
Views: 90
Reputation: 97258
WSDL is a file that describes the SOAP API exposed by an application. TeamCity does not expose a SOAP API, and therefore does not provide a WSDL file.
Upvotes: 2