I have a Cold Fusion web service (CFC) that I wrotefor flash but have been able to deploy in Flash, CF, and PHP, so I know it works..
The data is returned as a cf struct.. and I haven't been able to figure out how to return this struct to VB.. All other languages work fine but I just don't know where to read from in VB..
This code may not even be close, or it might be.. I'm not sure and I've tried everything.. I'm able to return things like GetHashCode method.. but no data from my web service.
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
The data is returned as a cf struct.. and I haven't been able to figure out how to return this struct to VB.. All other languages work fine but I just don't know where to read from in VB..
Code:
Dim DService As com.sample.itm.getDService = New com.samplei.itm.getDService
Dim DResult As com.sample.itm.Map
DResult = DService.DInfo("47")
This code may not even be close, or it might be.. I'm not sure and I've tried everything.. I'm able to return things like GetHashCode method.. but no data from my web service.
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.