Calling XML SOAP Web Service in Power BI

Hi,

I’m Calling XML SOAP Web Service in Power BI that changes the user password in Crowd periodically.

I’m planning to use the Crowd REST API, specifically in the Path /user/password?username=USERNAME.Everything I try I get the error: “The server refused this request because the request entity is in a format no supported by the request resource for the request method()”.

Does anybody done it before? It does not have to be in PHP, Is it possible in other language…

Thanks

Basically, Calling XML SOAP web services into Power BI is a challenging process because you have to deal with many issues. But I can guide you step by step procedure with an example of how to call XML web services in power BI.

Check out the following link: https://zappysys.com/blog/howto-import-json-rest-api-power-bi/