IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only

How to invoke webmethodsdll COM in ColdFusion MX

  • 1.  How to invoke webmethodsdll COM in ColdFusion MX

    Posted 02/26/04 09:48 PM

    Hi,

    Can somebody please translate this to CFMX?

    -VB-----------
    Dim wc As New Context
    Dim inputs As New Values
    Dim outputs As New Values

    wc.Connect "xxxx:5555", "xxx", "xxx" 
    
    'sql string 
    inputs.put "strSQLStatement", "select blahblahblah" 
    
    'invoke   
    Set outputs = wc.invoke("folder01", "flow01", inputs) 
    
    'return value 
    return_string = outputs.get("strXMLResult") 
    

    -CFMX-----------
    <cfobject
    type = “com”
    action = “create”
    class = “???”
    name = “myDBAccess”
    context = “local ???”
    server = “xxxx:5555 ???”>

    Not sure with the values of ??? and how to get the returned value from the

    Thanks,
    harris


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods