"Could not generate WSDL! There's no SOAP service at this location"
Symptoms
When you're on a 3.5.x version and try to generate a WSDL URL as described in our documentation about XML-RPC and SOAP APIS (SOAP information section) by the following:
http://<confluence-install>/rpc/soap-axis/confluenceservice-v2?wsdl
You'll receive an error like this one below:
Could not generate WSDL!
There's no SOAP service at this location
Cause
This kind of error appears because in the versions 3.5.x Confluence doesn't have the WSDL file v2, just the v1.
Resolution
Use the v1 instead of v2 to access the WSDL file of your instance by the following:
http://<confluence-install>/rpc/soap-axis/confluenceservice-v1?wsdl
This will generate the WSDL of your 3.5.x instance.
Please, remember to change the "http://<confluence-install>/" to your server base URL.