Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Obtaining WSDL from a Web Service Endpoint Address

Tags:

wsdl

service

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?

like image 533
buddhi Avatar asked Jun 06 '10 05:06

buddhi


1 Answers

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

like image 60
Kangkan Avatar answered Sep 27 '22 16:09

Kangkan