We are trying to consume web services with Coldfusion.
I am able to interact with the web service for the most part, however, there is one service where ColdFusion is throwing a "Parameters Could Not Be Found" error because the response message in the WSDL for this particular service is a blank parent class. I need to add the specific parameters of corresponding subclass that inherits the class pointed to in the service of the WSDL.
Is there a way to tell ColdFusion to use a certain class definition for the parameters.
Or, is there a ColdFusion tool for showing the acceptable parameter formats for a given wsdl?
EDIT
Or, is there a way to hook into the ColdFusion code that does the parsing/conversion of the parameter structure from the wsdl.
My guess is that even finding third party tool will not help much because I need to know what Coldfusion is going to do not what the data SHOULD be. I know what is should be.