Author: Jim
Short Link:http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:46884#247165
Hi All,
I am trying to use this webservice:
http://ec.europa.eu/taxation_customs/vies/api/checkVatPort?wsdl
After a quick glance at the wsdl, I thought this would do it:
<cfinvoke
webservice="http://ec.europa.eu/taxation_customs/vies/api/checkVatPort?wsdl"
method="checkVat"
returnvariable="wsresult"
timeout="20">
<cfinvokeargument name="countryCode" value="GB">
<cfinvokeargument name="vatNumber" value="12345">
</cfinvoke>
No joy, the parameters arent right, so I tried passing a struct of the
values, still no joy.
Can anyone help with reading the webservice and determining what
parameters it wants?
BTW, I can only get this far using my CF 7 install, my CF 6.1 install
doesnt even want to generate a stub object for the wsdl.
Thanks,
Jim