• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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