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

Change log

r2 by api.wes on Oct 20, 2008   Diff
Added initial v3 xml samples
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 1029 bytes, 22 lines
Hosted by Google Code