Closed apneadiving closed 5 years ago
It seems to be a problem of namespaces.
I have <tns:long>8177659860409</tns:long>
Whereas it should be <ins0:long>8177659860409</ins0:long>
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: