tags:

views:

48

answers:

1

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?

+1  A: 

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

Kangkan