Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Consume a web service in VB

Status
Not open for further replies.

webmigit

Programmer
Aug 3, 2001
2,027
US
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..

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top