Been writing CF apps for 10 years. First time posting. Humbling experience and 
probably well needed.

Scenario:

Was provided files from a 3rd party that would allow me to search motel 
inventory.
Client wants me to search inventory and integrate into existing coldfusion 
based website.

I was able to setup this .NET app on my test server and get it to work:
http://lutsen.steelfusion.com/winter/rates_packages/packages/rdp/rdp/Default.aspx

I pre-loaded valid input to get search results.
Just click ‘Check Availability’ to return inventory data.

OKAY, so there is a default .aspx page that has this at the top of it:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx..vb" 
Inherits="_Default" %>

Here is the file structure under ‘RDP’

RDP-
        Default.aspx
        Default.aspx.vb
        Global.asax
        IRMNetSample.sln
        web.config

        App_WebReferences (sub-folder)
                IRMPublic (sub-folder)
                        IRMPublic.disco
                        IRMPublic.discomap
                        IRMPublic.wsdl


QUESTION:
How in the heck can I call this aspx.vb and pass to it the dates, room type, 
etc.. and read the responses from within a coldfusion page?

Do I use CFINVOKE and if so how?

I’m stumped, any thoughts, please?


Jason Neidert
_____________________________________________________________

    jason.neid...@steelfusion.com
    p: 715.302.4495
    f: 715.842.4907


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324604
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to