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


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247165
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to