hockeyprincess / google-api-dfp-php

Automatically exported from code.google.com/p/google-api-dfp-php
Apache License 2.0
0 stars 0 forks source link

xsi-type not being included included in authentication #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The <authentication> tag is not including xsi-types.

Original issue reported on code.google.com by api.arogal@gmail.com on 13 Apr 2011 at 5:52

GoogleCodeExporter commented 8 years ago
The header is being set correctly in my tests.

<ns1:authentication xsi:type="ns1:ClientLogin">
  <ns1:token>...</ns1:token>
</ns1:authentication>

Please include an example of this failing.

Original comment by api.ekol...@gmail.com on 13 Apr 2011 at 10:39

GoogleCodeExporter commented 8 years ago
This bug is reproducible on older versions of PHP.  A fix is being developed.

Original comment by api.ekol...@gmail.com on 14 Apr 2011 at 5:48

GoogleCodeExporter commented 8 years ago
Fixed in r66.

Original comment by api.ekol...@gmail.com on 14 Apr 2011 at 8:44