ColdFusion Component or Interface WebService
does knows why have error?
this working in development environiment, can make works on production server
any come...
____________________________________________________________________________
could not find coldfusion component or interface webservice.wslistamaterial.
ensure name correct , component or interface exists.
the error occurred in c:\inetpub\wwwroot\virtual\subrotinas\econsultalm.cfm: line 84
82 : <cfif parm1 eq "lelm" , (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 way register web service
_______________________________________________________________________________
active coldfusion web services
actions web service name wsdl url
wslistamaterial http://127.0.0.1/virtual/webservice/wslistamaterial.cfc?wsdl
create mapping web service on cf admin.
More discussions in ColdFusion
adobe
Comments
Post a Comment