We have a dev server and a live server, both running ColdFusion 9. The
ColdFusion versions are the same, the Java versions are the same, the JVM
versions are the same. I am trying to connect to an external web service
with coldfusion and on dev it works fine. On live, I'm getting the error:
"Web service operation XXX with parameters {blah blah} cannot be found." I
checked the stubs on both servers, and the live server is generating several
MORE stubs than the dev server, and they are all called ArrayOf[XYZ] (where
[XYZ] is some object). On dev, I am able to pass the complex component (with
nested components and arrays of components) to the external web service and
get a response. On live, I get the error, and I believe it's because on
live, it's expecting the arrays to actually be objects. What would cause
this to happen, and how can I resolve this?I can't find any differences in the settings between the two servers, other than that dev has debugging turned on and live does not. Jen Perkins McVicker Adobe Certified ColdFusion Developer <mailto:[email protected]> [email protected] <http://www.linkedin.com/in/jmcvicker> http://www.linkedin.com/in/jmcvicker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352184 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

