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'm not sure if I'm misunderstanding the documentation, the feature doesn't exist, or if there's a way to do this with the existing features. I'm working with a SOAP API that specifies the following message format:
Based on the example used in withHeaders(), it appears that those add Http headers, not soap headers which is what I'm trying to do here. I did try putting it in withHeaders() but that didn't work with the api responding that the id and key are invalid.
Attempting the following doesn't work either with the api complaining that my credentials were not valid and I suspect it's because it's being put into the body.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Laravel Soap!
I'm not sure if I'm misunderstanding the documentation, the feature doesn't exist, or if there's a way to do this with the existing features. I'm working with a SOAP API that specifies the following message format:
Based on the example used in
withHeaders()
, it appears that those add Http headers, not soap headers which is what I'm trying to do here. I did try putting it inwithHeaders()
but that didn't work with the api responding that the id and key are invalid.Calling their standalone authenticate endpoint does verify my credentials are valid which rules out the wrong credentials being provided.
Attempting the following doesn't work either with the api complaining that my credentials were not valid and I suspect it's because it's being put into the body.
The text was updated successfully, but these errors were encountered: