You can translate the question and the replies:

Unable to setup a Workday connection

I get the following error message when attempting to setup a Workday connection, "Could not generate wrapper metadata from given WSDL document". I am using the correct WSDL file from our company's Workday site and using the correct username/password. Also, which authenication type should I be using? Any thoughts?
user
28-06-2017 10:17:22 -0400
code

1 Answer

Hello, Some SOAP web services (including Workday's API) define their WSDLs in "non-standard" ways that difficult generating a schema (e.g. recursive data types, polymorphic types, circular references, etc.) It looks like this is one of those cases, so I'd recommend an alternative approach using the** XML connector with an HTTP Route.** You can configure the XML connector to behave like the SOAP connector - you will need to set it to send POST requests, and add the SOAP message in the body of the HTTP POST request. Hope this helps!
Denodo Team
18-07-2017 14:38:29 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here