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:U
sername>
<vox:Key>2007-06-14 10:59:1181811565</vox:Key>
<vox:Hash>f6e7d98045d9ffd9
1082320f61
8237dee287
f836</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</Co
untryName>
<CodeA2>AR</CodeA2>
<CountryCode>54</CountryCo
de>
<HasStates>false</HasState
s>
</Country>
.....
</ArrayOfCountries>
</GetCountriesListResponse
>
Thanks