ContributionsMost RecentMost LikesSolutionsRe: Create SOAP project based on WSDL with basic authentication I am facing the same issue, did you find any solution ? I found a solution, you should put the credentials between the http and the endpoint as shown in the example : https://username:yourpasswd@endpointUrl?wsdl Re: Create SOAP project based on WSDL with basic authentication I found a solution : you should add the credentials as shown in this example https://username:yourpasswd@endpoint?wsdl