-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bing ads sdk - failure for one action #895
Comments
It seems to be a problem of namespaces. I have This should be the wsdl job to adjust namespaces right? How could I change it? |
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. |
I'm being hit by the exact same issue, on another WSDL |
Seems related to #874 |
Also, this stale bot thing is lame. That issue is still there, why close the issue? |
Bug report
Maintaining a gem to wrap bing ads api, I am using this wsdl from bing.
Most api calls work fine so far (thanks!), but I am stumbling upon the
get_ad_extensions_associations
one.What I type is:
What is sent to bing is the following:
What I get back is the following:
Documentation for the action is there but the gem is supposed to wrap everything properly as it does for the other actions I tried.
Edit: this happens each time an argument is an
ArrayOflong
. Maybe I dont pass data as expected?In the end I do not know where to debug as it seems to be internal handling of the wsdl.
System information:
The text was updated successfully, but these errors were encountered: