At 06:00 PM 10/25/2001 +0100, you wrote: >hi > >made those changes but its still no go. > >The only reason i know the servers working is that when i use cfx_soap its >returning an error message due to an incorrectly formatted message. I >really want to steer away from editing the java source if possible which >would allow me to send the message format i need. > >Would the fact that its on tomcat make any difference to the tag working? > >any more ideas?
Include the cfml... <CFINCLUDE TEMPLATE="obj.mod.cfm"> It shows all the informational/debugging stats the COM produces. You can use the output to debug the issue. In particular <cfoutput>#obj.error#</cfoutput> is important. Is it reporting any error? If not, the obj.socket, obj.thread and obj.remote may help resolve the issue. obj.remote tells you the ip of the remote that it connected to, if it connected at all. ALSO: Try connecting to a known working HTTP server first to verify there are not firewall issues. If you have to go through a firewall... well, it's actually fairly easy to do (you connect to the firewall http ip and do a GET on the full URL) but it's best to determine first before we'd get into that. /-) To be honest, I don't know if tomcat would make a difference or not. We've written our web servers with our own XML/SOAP-ish/LISP-SCHEMA-ish variant and pretty much abandoned everything else that was legacy. So.. i'm a bit rusty on java issues. Sorry. --min ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

