Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOAP GET and POST requests, error #959

Open
DonGiulio opened this issue Aug 5, 2021 · 1 comment
Open

SOAP GET and POST requests, error #959

DonGiulio opened this issue Aug 5, 2021 · 1 comment
Labels

Comments

@DonGiulio
Copy link

DonGiulio commented Aug 5, 2021

every single request that Savon makes should be a POST.

As always, with any software it's possible there's a bug, but I don't think there's anything you need to do special to get Savon to make a request as a POST rather than a GET.

Originally posted by @tjarratt in #617 (comment)

Because savon uses wasabi and its resolver, and it turns out that a ton of savon requests are actually performed via GET requests.

https://github.com/savonrb/wasabi/blob/ef1e3d38bea085a9146c7a12f8bd2e46ef0042a9/lib/wasabi/resolver.rb#L45

I'm trying to interface with a service that explicitly allows only POST requests (so savon doesn't work with what I need)

@stale
Copy link

stale bot commented Jan 8, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant