Thi si what i did
<cfinvoke
webservice="http://www.som
<cfinvokeargument name="birthDay" value="1980-04-14T02:00:00
<cfinvokeargument name="firstname" value="luc">
<cfinvokeargument name="name" value="Van Eeckhaute">
</cfinvoke>
this is my error:
Web service operation "getHitNoHit" with parameters {birthDay={1955-04-14T02:0
The error occurred in D:\Inetpub\flashg\details.
15 : <cfinvokeargument name="birthDay" value="1955-04-14T02:00:00
16 : <cfinvokeargument name="firstname" value="luc">
17 : <cfinvokeargument name="name" value="Van Eeckhaute">
18 : </cfinvoke>
Not Sure what is wrong here seems like it should be straight forward..but i aint seeing it.
Do you know what this error means?
Main Topics
Browse All Topics





by: RCorfmanPosted on 2006-02-05 at 12:48:29ID: 15878389
I use CFINVOKE to make web service calls. dl/service s/HitNoHit that takes three parameters, Birthday, firstname and name (case sensitivity is IMPORTANT here), the you could try
esite.com/ Wsdl/servi ces/HitNoH it" method="GetHitNoHit" result="MyReturnVar">
For instance, if you have a service, GetHitNoHit available at http://www.somesite.com/Ws
<cfinvoke webservice="http://www.som
<cfinvokeargument name="Birthday" value="#datevar#">
<cfinvokeargument name="firstname" value="#firstnamevar#">
<cfinvokeargument name="firstname" value="#firstnamevar#">
</cfinvoke>
I just do 'straight' cold fusion without any tools (just notepad), so I'm not sure about the componenet registration piece, but I'm pretty sure you can just code the above call to invoke the service.