With new 2009 api I get http status code of 200 for soap faults. Is this something that was changed in 2009 api intentionally or should it be 500 like v13?
I am using spring webservices to make soap calls, and because of soap spec, it expects all soap faults to have http status code of 500. Since response comes back with 200 it thinks that it is not a soap fault but then during regular unmarshalling the code barfs. I am testing all this with CampaignService and trying to update campaign budget with 0 value and thats when adwords is throwing soap fault with http response code of 200. Anyone else seeing this?
-- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.