Hello fellow developers.
I have a question about consuming a web service using the native functionality of BP.
I have API hosted in Apigee. I have access to the wsdl. I am able to access it from the browser or postman with no problems. But when i try to add it in BP it gives me Bad request. The service uses basic auth and i am sure i put the right credentials.
I saved the xml of the wsdl and tried to import it again in BP using the file and it was successful, but when i tried to call a method i get an error again - not authorized.
Is this a BP bug not creating the headers correctly or am i missing something?