[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

How to rewrite Java API function in ColdFusion

Asked by wvalencia in ColdFusion Application Server, ColdFusion Studio

Tags: java, coldfusion, api

Hello Experts:
I have a set of API's functions written in JAVA, which I want to rewrite in ColdFusion or at least make them work from ColdFusion.
Sample Request:
<vox:GetCountriesList xmlns:vox="http://www.voxbone.com/VoxAPI">
    <vox:UserToken>
        <vox:Username>login</vox:Username>
        <vox:Key>2007-06-14 10:59:1181811565</vox:Key>
        <vox:Hash>f6e7d98045d9ffd91082320f618237dee287f836</vox:Hash>
    </vox:UserToken>
    <vox:Type>GEOGRAPHIC</vox:Type>
</vox:GetCountriesList>
Sample Response
<GetCountriesListResponse xmlns="http://www.voxbone.com/VoxAPI">
    <ArrayOfCountries>
        <Country>
            <CountryID>10</CountryID>
            <CountryName>ARGENTINA</CountryName>
            <CodeA2>AR</CodeA2>
            <CountryCode>54</CountryCode>
            <HasStates>false</HasStates>
        </Country>
 .....
    </ArrayOfCountries>
</GetCountriesListResponse>
Thanks
[+][-]11/05/09 10:07 AM, ID: 25752171Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/05/09 11:41 AM, ID: 25753103Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625