How do I send a single XML post to look up multiple domains?  Is this 
possible?

I can get a single lookup using the XML below, but I want to be able to list 
a few domains in the single XML file and thought it might be possible using 
a <dt_array> tag.

Any ideas?

<OPS_envelope>
    <header>
        <version>0.9</version>
    </header>
    <body>
        <data_block>
            <dt_assoc>
                <item key="protocol">XCP</item>
                <item key="action">LOOKUP</item>
                <item key="object">DOMAIN</item>
                <item key="attributes">
                    <dt_assoc>
                            <item key="domain">test.com</item>
                    </dt_assoc>
                </item>
            </dt_assoc>
        </data_block>
    </body>
</OPS_envelope> 


_______________________________________________
domains-dev mailing list
domains-dev@discuss.tucows.com
http://discuss.tucows.com/mailman/listinfo/domains-dev

Reply via email to