user6260412
user6260412

Reputation: 21

TeamCity tool wsdl localtion

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

Answers (1)

yole
yole

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

Related Questions