What version of CF are you running? If you are not running cfmx 7.02 I would highly suggest doing that, as there was a bug fixed in webservices in one of the hotfixes regarding case sensitivity.
Now if that is all fine, I would suggest you install this toolbar and FusionDebug and place a break point in the application and step through the code and see if it is running as expected. Other than this there is also a web page out there that does tell you what you need to do when returning different types of variables, structs etc for other soap related programs. Natively CF returns a different style of xml called WDDX, so the only solution here would be to check the wsdl and see if the webservice is returning the correct style of wsdl? There might be another reason, but the stepping through the code with Fusiondebug would be the best bet, because the client might be sending information or not sending the right information or even expecting something different when being returned, which the wsdl and stepping through the code would or might pick up HTH Andrew Scott Senior Coldfusion Developer Aegeon Pty. Ltd. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264530 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

