| Changes to /trunk/v3/associateAccount.xml |
r0 vs. r2
Edit
|
r2
|
| /trunk/v3/associateAccount.xml | /trunk/v3/associateAccount.xml r2 | ||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
|---|---|---|---|
| 2 | <SOAP-ENV:Envelope | ||
| 3 | SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" | ||
| 4 | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" | ||
| 5 | xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" | ||
| 6 | xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" | ||
| 7 | xmlns:xsd="http://www.w3.org/1999/XMLSchema" | ||
| 8 | > | ||
| 9 | <SOAP-ENV:Header> | ||
| 10 | <developer_email xsi:type="xsd:string" SOAP-ENC:root="1">INSERT_DEVELOPER_EMAIL_HERE</developer_email> | ||
| 11 | <display_locale xsi:type="xsd:string" SOAP-ENC:root="1">en_US</display_locale> | ||
| 12 | <developer_password xsi:type="xsd:string" SOAP-ENC:root="1">INSERT_PASSWORD_HERE</developer_password> | ||
| 13 | </SOAP-ENV:Header> | ||
| 14 | <SOAP-ENV:Body> | ||
| 15 | <ns1:associateAccount xmlns:ns1="http://www.google.com/api/adsense/v3" SOAP-ENC:root="1"> | ||
| 16 | <loginEmail>INSERT_PUBLISHER_EMAIL_HERE</loginEmail> | ||
| 17 | <postalCode>12345</postalCode> | ||
| 18 | <phone xsi:nil="1"/> | ||
| 19 | <developerUrl>INSERT_DEVELOPER_URL_HERE</developerUrl> | ||
| 20 | </ns1:associateAccount> | ||
| 21 | </SOAP-ENV:Body> | ||
| 22 | </SOAP-ENV:Envelope> | ||