• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

SOAP-ERROR: Parsing WSDL

D

dams

Guest
Hello,

First, i'm french so excuse me for my bad english ...


I've new webserver with Plesk 8.3 Power Pack installed, all it's okay. But When I Want to configure Sitebuilder (4.1.0) from Plesk, i've the error :

SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://sitebuilder.xxxx.com/SystemWebService.asmx?WSDL'

The DNS sitebuilder.xxxx.com it's okay. When I try to go at http://sitebuilder.xxxx.com all it's okay, the admin of sitebuilder too.

Only from Plesk, this error "SOAP-ERROR" appear !!

In Plesk, my configuration of Sitebuilder it's okay (I think) :

1. I'go to "Server" >> "SiteBuilder Support"
2. I have 3 fields :

a. Sitebuilder server URL = My good address http://sitebuilder.xxxx.com
b. Username for server = my username
c. Administrator's password = my password

3. When i click Ok, the error appear "SOAP-ERROR: Parsing WSDL: Couldn't load from ....."

I go to http://sitebuilder.xxxx.com/check.php and all it's OK


Please help me, and France will make you the best ! :)


Dams
 
Hello,

I try to change the "SiteBuilder url" but it's grey (Read Only).

So i use the command :

sb_config --sb_host_ip=213.246.xx.xx --sb_hostname=sitebuilder.xxxx.com/ServiceFacade/4.1/

The response is :

Creating webserver config
Logs saved to /usr/local/sitebuilder/tmp/sb_config-0801231325.log


And in Plesk, the "SiteBuilder Url" was not changed, it's the old Url (sitebuilder.xxxx.com) and the log contain "Creating webserver config". I click OK and the error it's same ("SOAP-ERROR: Parsing WSDL ...")
 
First of all, you must return correct hostname for SB by running the following command:
sb_config --sb_host_ip=213.246.xx.xx --sb_hostname=sitebuilder.xxxx.com

Then set up correct location of SB's Remote API for Plesk by running:
/usr/local/psa/bin/sitebuilder -s "http://sitebuilder.xxxx.com/ServiceFacade/"

Then go to Plesk admin panel -> Server -> Sitebuilder support and enter valid login and password for SB.
 
Back
Top