tag:blogger.com,1999:blog-31425501.post-28894640332923624372006-11-15T14:05:00.000-06:002006-11-15T14:05:00.000-06:002006-11-15T14:05:00.000-06:00Steven, I will post some sample code that replicat...Steven, I will post some sample code that replicates the above as best as possible. Also see my later post about manually running wsdl2java and compiling the stub classes instead of relying on ColdFusion to do it. I ran into issues with certain methods expecting datatypes other than what was documented. Also check out <a href="http://bennadel.com/blog/206-Finding-Available-Java-Constructors-Methods-For-ColdFusion-Objects.htm">Ben Nadel's GetJavaClassMethods udf</a>. It has been a lifesaver when it comes to debugging (I also posted a cfscript equivalent with error handling in the comments on his original post). This is how I finally figured out that the wsdl methods were screwed up and needed to be recompiled by hand. I passed the web service object to GetJavaClassMethods and dumped the results to see what datatype each method expected.<br /><br />The key for the ColdFusion equivalent of these calls is using the CreateObject function.<br /><br />For the above code, here is how I would recreate it (see next comment)...Jeremyhttp://www.blogger.com/profile/05975135981872593591noreply@blogger.com