• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion Component or Interface WebService

Community Beginner ,
Aug 17, 2012 Aug 17, 2012

Copy link to clipboard

Copied

Does anybody knows why I have this error?

This is working in my development environiment, but I can make it works on my production server

Any help is very well come...

____________________________________________________________________________

Could not find the ColdFusion Component or Interface WebService.wsListaMaterial.

Ensure that the name is correct and that the component or interface exists.

The error occurred in C:\inetpub\wwwroot\virtual\SubRotinas\eConsultaLM.cfm: line 84
82 : <cfif Parm1 eq "LeLM" AND (Len(wPartNumber) GT 1)>
83 :     <cfinvoke component="WebService.wsListaMaterial" method="RevisaoAtual" returnvariable="Resultado">
84 :         <cfinvokeargument name="PartNumber" value="#wPartNumber#">
85 :     </cfinvoke>
86 :  <cfset wListaMaterialId = Resultado.ListaMaterialId>

This is the way I register the web service

_______________________________________________________________________________

Active ColdFusion Web Services
Actions  Web Service Name  WSDL URL
 
wsListaMaterial http://127.0.0.1/virtual/webservice/wsListaMaterial.cfc?WSDL

Views

491

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 22, 2012 Aug 22, 2012

Copy link to clipboard

Copied

LATEST

Create a mapping to the Web Service on CF Admin.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation