I would like to experiment with communicating with this SOAP web service. I have never done this before and need some help understanding how to communicate with it.
http://acs.tikitag.com/tikitag-soap/applicationManagement?WSDL I don't understand how the web service works. I added it to my Dreamweaver list of components and when I insert code like this: <cfinvoke webservice="http://acs.tikitag.com/tikitag-soap/applicationManagement?WSDL" method="getApplicationConfig" returnvariable="aApplicationConfigArray"> <cfinvokeargument name="getApplicationConfig" value="1"/> </cfinvoke> <cfdump var="#aApplicationConfigArray#"> I get an error Cannot perform web service invocation getApplicationConfig. They have a white paper here if that helps: http://code.google.com/p/tikitagdev/downloads/list ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313460 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

