Skip to main content
Known Participant
August 28, 2009
Question

Invoking component methods by using a URL

  • August 28, 2009
  • 2 replies
  • 642 views

I need to invoke a component by URL. I usually use component with forms so I write this for invoke form element:

<cfinvoke component="SPcall" method="insertAlumni"  First_Name=#form.First_Name#>

what should I write if I have URL instead of form.

Thanks,

    This topic has been closed for replies.

    2 replies

    August 28, 2009

    <cfinvoke
       webservice = "URLtoWSDL_location"
       method = "operation_name"
       inputParam1 = "value1"
       inputParam2 = "value2"
       ...
       returnVariable = "var_name"   
       ...>

    Inspiring
    August 28, 2009

    first_name = url.firstname