Re: Release candidate of OpenEMM 2011 available now
Posted: Thu Jul 07, 2011 3:10 pm
Yes, thank you. It perfectly works!maschoff wrote:Please check if fix #2 works for you: https://sourceforge.net/projects/openem ... EMM%202011
The purpose of these forums is to get and give free technical support for OpenEMM. Spammers and their posts will be removed without prior warning.
https://iframe.agnitas.de/
Yes, thank you. It perfectly works!maschoff wrote:Please check if fix #2 works for you: https://sourceforge.net/projects/openem ... EMM%202011
Code: Select all
red -> 1
black -> 2
pink -> 4
white -> 8
green ->16
.. 32
..
Code: Select all
total_preferences & 16 = 16
and total_preferences & 2 = 2
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:addSubscriber soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="urn:agnitas-webservice">
<in0 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">xxxx</in0>
<in1 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">yyyy</in1>
<in2 xsi:type="xsd:boolean">true</in2>
<in3 xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">account_id</in3>
<in4 xsi:type="xsd:boolean">true</in4>
<in5 href="#id0" />
<in6 href="#id1" />
</ns1:addSubscriber>
<multiRef id="id0" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="ns2:StringArrayType" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns2="urn:agnitas-webservice">
<x xsi:type="xsd:string">email</x>
<x xsi:type="xsd:string">gender</x>
<x xsi:type="xsd:string">firstname</x>
<x xsi:type="xsd:string">lastname</x>
<x xsi:type="xsd:string">account_id</x>
<x xsi:type="xsd:string">name</x>
<x xsi:type="xsd:string">accountstate_id</x>
<x xsi:type="xsd:string">birth_date_DAY_DATE</x>
<x xsi:type="xsd:string">birth_date_MONTH_DATE</x>
<x xsi:type="xsd:string">birth_date_YEAR_DATE</x>
<x xsi:type="xsd:string">birth_date_HOUR_DATE</x>
<x xsi:type="xsd:string">birth_date_MINUTE_DATE</x>
<x xsi:type="xsd:string">birth_date_SECOND_DATE</x>
<x xsi:type="xsd:string">login_date_DAY_DATE</x>
<x xsi:type="xsd:string">login_date_MONTH_DATE</x>
<x xsi:type="xsd:string">login_date_YEAR_DATE</x>
<x xsi:type="xsd:string">login_date_HOUR_DATE</x>
<x xsi:type="xsd:string">login_date_MINUTE_DATE</x>
<x xsi:type="xsd:string">login_date_SECOND_DATE</x>
<x xsi:type="xsd:string">account_create_date_DAY_DATE</x>
<x xsi:type="xsd:string">account_create_date_MONTH_DATE</x>
<x xsi:type="xsd:string">account_create_date_YEAR_DATE</x>
<x xsi:type="xsd:string">account_create_date_HOUR_DATE</x>
<x xsi:type="xsd:string">account_create_date_MINUTE_DATE</x>
<x xsi:type="xsd:string">account_create_date_SECOND_DATE</x>
<x xsi:type="xsd:string">apps_installed</x>
</multiRef>
<multiRef id="id1" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="ns3:StringArrayType" xmlns:ns3="urn:agnitas-webservice"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<x xsi:type="xsd:string">Andy@xx.intern</x>
<x xsi:type="xsd:string">0</x>
<x xsi:type="xsd:string">Andy </x>
<x xsi:type="xsd:string">Nachname</x>
<x xsi:type="xsd:string">15000003</x>
<x xsi:type="xsd:string">Andy</x>
<x xsi:type="xsd:string">1</x>
<x xsi:type="xsd:string">08</x>
<x xsi:type="xsd:string">12</x>
<x xsi:type="xsd:string">1989</x>
<x xsi:type="xsd:string">0</x>
<x xsi:type="xsd:string">0</x>
<x xsi:type="xsd:string">0</x>
<x xsi:type="xsd:string">12</x>
<x xsi:type="xsd:string">07</x>
<x xsi:type="xsd:string">2011</x>
<x xsi:type="xsd:string">16</x>
<x xsi:type="xsd:string">26</x>
<x xsi:type="xsd:string">28</x>
<x xsi:type="xsd:string">29</x>
<x xsi:type="xsd:string">04</x>
<x xsi:type="xsd:string">2011</x>
<x xsi:type="xsd:string">19</x>
<x xsi:type="xsd:string">23</x>
<x xsi:type="xsd:string">15</x>
<x xsi:type="xsd:string">#3#4#7#8#11#22#23#34#</x>
</multiRef>
</soapenv:Body>
</soapenv:Envelope>