HowTo - Handle 'SOAP-ERROR: Parsing WSDL' error in BioManager
BioManager reports error “SOAP-ERROR: Parsing WSDL” which means connection to RemoteAdmin WSDL resource failed.
Solution
This error is most of the times caused by:
- missing ‘WCF Services - HTTP activation’ component (under Windows Features - .Net 4.5 )
Solution is to install the missing component in Windows Features / Server Features
- prerequisites or corrupted ASP.NET installation
Can be solved by running ‘aspnet_regiis -iru’ command in command line with admin rights (as explained in our documentation, chapter 3.3 page 17)
- in rare cases the antivirus is blocking completely the access to the wsdl resource (eg. Kaspersky Endpoint Security is known to do that)
Solution is to configure the antivirus accordingly or to disable it.
Related Articles
HowTo - Handle 'Processing...' error
BioManager may report 'Processing...' error endlessly after installation/upgrade. This is a generic error indicating an internal component was not installed or configured properly. No standard solution can be given, hence more information is required ...
HowTo - Handle 'Soap http error - Cannot connect to host'
BioManager may report " Soap http error - Cannot connect to host" after installation/upgrade. This is an error indicating that BioManager application cannot connect successfully to the Core web services. It can happen due to couple of reasons: either ...
HowTo - Handle 'Invalid License key' error in BioManager
BioManager reports error “Invalid License Key” after applying the license key. Solution In few installations, we observed that this error is caused by local Windows IIS server rejecting the 'PUT' REST call which is invoked when the license is applied ...
FAQ - WebEdition server installation troubleshooting
Question What are the most frequent problems when installing WebEdition server, and how can I solve them? Answer Installing all WebEdition server components is not a click-and-go experience. It requires several installation steps and skipping or ...
HowTo - Handle 'Database operation error' issues
The Database operation error issue is one of the most common problems detected after a WebEdition installation. It is a general error which is basically saying that connection to the database server (default, SQL Server) could not be established. ...