You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to connect to a Soap webservice using BeSimpleBundle. This webservice has an Api Key, a username and a password. I'm not able to make it work. Has anybody already used it with authentication?
My goal is to have a Soap Envelope header like this:
Hello,
I've been trying to connect to a Soap webservice using BeSimpleBundle. This webservice has an Api Key, a username and a password. I'm not able to make it work. Has anybody already used it with authentication?
My goal is to have a Soap Envelope header like this:
I've already used this bundle with a webservice that does not require authentication and it works well.
Here is my configuration:
And in my controller:
I tried many things but the last error I got with this exact configuration is:
I even tried to override the version hardcoded on the bundle to see if this was the problem but it isn't.
Obs: I am able to make requests to this webservice using apps like Soap.ui.
The text was updated successfully, but these errors were encountered: