Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8572531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:02:12+00:00 2026-06-11T19:02:12+00:00

I am creating an ASP.Net web site to log errors for our ColdFusion sites.

  • 0

I am creating an ASP.Net web site to log errors for our ColdFusion sites. The ASP site is exposing a couple of web service methods that I would like to pass in information about the error. To test the whole process I am doing the following:

[WebMethod]
public string InsertEvent(string iAppID) {
    return "Hello, " + iAppID;
}

<cffunction name="TestWebService2" access="remote" returntype="Any" >
    <cfinvoke method="InsertEvent" webservice="http://somewebsite.org/LogEvent.asmx?WSDL" >
        <cfinvokeargument name="iAppID" value="andy" >
    </cfinvoke>
</cffunction>

I can call the web service with the ColdFusion cfinvoke tag as long as there are no parmeters that need to be passed in. If I add the parameters to the web service, and try passing them to the service I get the following error:

Web service operation InsertEvent with parameters {iAppID={1}} cannot be found.

Does the ColdFusion server cache the web service call? Or am I missing something else?

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T19:02:13+00:00Added an answer on June 11, 2026 at 7:02 pm

    Try invoking the webservice like this:

    <cfset ws = createObject("webservice","http://somewebsite.org/LogEvent.asmx?WSDL") />
    <cfset result = ws.InsertEvent("Test Striong") />
    <cfdump var="#result#" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After creating a web site, i notice that it sets the asp.net version to
I'm creating web site in asp.net web forms. I added validation to fields in
I'm creating a ASP.NET .NET 4.0 website and part of this site requires that
I have an ASP.NET web site which contains some ImageButton controls that cause postbacks
I'm Creating an asp.net Web Site using C#. I have a page called Set
Here is what I have so far. I am creating an ASP.NET Web service
I've inherited an ASP.NET web site that has an SSL certificate bought via GoDaddy.
I have an existing Web Site that uses multiple ASP .Net Web Forms projects.
I am busy creating a asp.net web site and using MS SQl 2008 as
I am working on creating a Web site like www.hipmunk.com in ASP.NET web forms.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.