"Could not generate WSDL! There's no SOAP service at this location"

Still need help?

The Atlassian Community is here for you.

Ask the community

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

  1. 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

    (info) This will generate the WSDL of your 3.5.x instance.

    tip/resting Created with Sketch.

    Please, remember to change the "http://<confluence-install>/" to your server base URL. 



Last modified on Mar 20, 2024

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.