unfortunately, i can't post the wsdl.  we have plenty of developers using this 
wsdl without an issue in c#, java, and php code.  what is so different about CF?

here is the error

Web service parameter name "request" could not be found in the provided 
parameters {param_name}. 

and the code

<cfinvoke 
  webservice="service_name"
  method="getServiceDetails"
  returnvariable="aTemp">
  
  <cfinvokeargument name="param_name" value="123456789"/>
  
</cfinvoke>

<cfoutput>#aTemp#</cfoutput> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292366
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to