buddhi
buddhi

Reputation: 51

Obtaining WSDL from a Web Service Endpoint Address

Is there a generic way of obtaining the service WSDL by using the service endpoint address. I know this can be done by appending ?wsdl to Axis2 services. But does this property hold for other web service containers as well?

Upvotes: 5

Views: 5289

Answers (1)

Kangkan
Kangkan

Reputation: 15571

?wsdl works for all web services. So you can follow it.

Upvotes: 6

Related Questions