Created
October 17, 2012 21:57
-
-
Save cue232s/3908548 to your computer and use it in GitHub Desktop.
Revisions
-
cue232s revised this gist
Oct 17, 2012 . No changes.There are no files selected for viewing
-
cue232s revised this gist
Oct 17, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,8 @@ <soapenv:Body> <urn:Put soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'> <Authentication xsi:type='ns1:Authentication'> <Username xsi:type='xsd:string'>******</Username> <Password xsi:type='xsd:string'>*******</Password> <CustomerId xsi:type='xsd:int'>3301</CustomerId> <Level xsi:type='xsd:int'>1</Level> <Source xsi:type='xsd:string'>hostname: HOST</Source> -
cue232s revised this gist
Oct 17, 2012 . No changes.There are no files selected for viewing
-
cue232s created this gist
Oct 17, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ <soapenv:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:urn='urn:MarketingCenter' xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'> <soapenv:Header/> <soapenv:Body> <urn:Put soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'> <Authentication xsi:type='ns1:Authentication'> <Username xsi:type='xsd:string'>sbadmin</Username> <Password xsi:type='xsd:string'>Gateway1</Password> <CustomerId xsi:type='xsd:int'>3301</CustomerId> <Level xsi:type='xsd:int'>1</Level> <Source xsi:type='xsd:string'>hostname: HOST</Source> <Options xsi:type='xsd:int'>0</Options> </Authentication> <Method xsi:type='xsd:string'>reseller.updatecampaignlimitsforcustomer</Method> <Arguments xsi:type='urn:ArrayOfKeyValuePairs' soapenc:arrayType='urn:KeyValuePair[]'> <item> <Key xsi:type='xsd:string'>customer_id</Key> <Value xsi:type='xsd:string'>36293</Value> </item> <item> <Key xsi:type='xsd:string'>blast_limit</Key> <Value xsi:type='xsd:string'>33</Value> </item> <item> <Key xsi:type='xsd:string'>keyword_limit</Key> <Value xsi:type='xsd:string'>33</Value> </Arguments> </urn:Put> </soapenv:Body> </soapenv:Envelope>