You can translate the question and the replies:

Authentication Issue Related to Ingesting Primavera (P6) SOAP WSDL url as a Web Service in Denodo

Goal: Add Primavera (P6) SOAP WSDL url as a web service in Denodo and query the data. Was able to connect to the wsdl served by primavera using the url as the data source for the web service. It might not be relevant but corporate proxy configurations were also added. The '(401)Unauthorized' error rises when attempting to execute query from the ingested wsdl data source. The name of the wsdl activity in this scenario is called "ReadActivities" Error was shown as appeared below: Finished with error: Error executing query. Total time 3.116 seconds. QUERY [PROJECTION] [ERROR] QUERY [SELECTION] [ERROR] READACTIVITIES [BASE] [ERROR] **READACTIVITIES [WS WRAPPER] [ERROR] Received exception with message '(401)Unauthorized'** READACTIVITIES#0 [WS ROUTE] [PROCESSING] Thanks in advance for your help!
user
06-05-2019 14:50:29 -0400
code

1 Answer

Hi, The server usually throws a **401 Unauthorized** error message when the credentials provided (user name/password) for authentication are incorrect. Hence, in this scenario I would make sure to verify whether the authentication details (for eg: user name and password) provided in the Configuration section of the SOAP Web Service data source is correct. You can take a look at the [SOAP Web Service Sources](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/creating_data_sources_and_base_views/soap_web_service_sources/soap_web_service_sources#importing-soap-web-service-sources) section under the Virtual DataPort Administration Guide for more details. Hope this helps!
Denodo Team
07-05-2019 03:36:55 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here