web services - REST and SOAP Webservices -


if given rest or soap webservices url, how can find method offers.

for ex: http://ipaddress:port/projectname/services

just tack ?wsdl onto end of url. if returns xml based wsdl document, soap based service.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -