p.s. Turns out u can avoid this in 7.0 by dropping your JAR file in
{cfroot}/lib. Works like a charm.Cheers, Stace -----Original Message----- From: Stacy Young Sent: Friday, September 16, 2005 9:59 AM To: CF-Talk Subject: SOLVED - SORT OF: Is there a way to see webservice request generated by CFMX? Stace <- Guy lol ;-) Finally got everything to work using Java...actually went pretty smooth. There's a desperate need for a WSDL2CFML tool !!!! Life would be so much easier lol... One major drawback though is having to remove the webservices.jar from the cfmx classpath. Any time u invoke web services via java there's a funky class loading issue with another jar within jrun (same name). CFMX 7 has the same problem but the jars are different so I still have an issue there... :( Cheers, Stace -----Original Message----- From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 6:09 PM To: CF-Talk Subject: Re: FW: Is there a way to see webservice request generated by CFMX? I like the mindreef tool for seeing the SOAP request, but she will still need to build the struct to pass to the cfinvoke call by hand. It's fine for simple calls, but for complex WS calls it just plain doesn't cut it. In my case, I had a SOAP packet to work from and I still ended up going with Java. My argument collection struct was 200 lines long and I just couldn't get it to invoke, and CF doesn't have any real debugging engine to let me know what went wrong, so I was stuck. Ultimatey, the Java solution was FAR easier. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218535 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

