What happens when u browse the filename.cfc?wsdl in your browser ? - Snake
-----Original Message----- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent: 28 September 2006 17:25 To: CF-Talk Subject: Webservice hell Halloa Right, I have got to the end of my teather and google hasnt helped. I have a webservice, its a simple and happy webservice such as: <cfcomponent output="false" style="rpc"> <cffunction name="sayHello" access="remote" output="false" returntype="String"> <cfreturn "Howdy!"/> </cffunction> </cfcomponent> I run it from my local machine, it is fine, says howdy. I run it in my local network, its fine, it says howdy! if I run it outside of my local network on another server, the howdy fails to materialise. I have been running different tests and using www.soapui.com I see that when I hit the server with a request for a greeting, I get a: "HTTP/1.1 302 Moved Temporarily[\r][\n]" and after a few cookies are set I get: 17:21:53 : DEBUG : << "Location: http://someserver:80/CFIDE/componentutils/cfcexplorer.cfc;jsessionid=ec309c5 47f963d5306f7?method=getcfcinhtml&name=cms.components.ws.cmsbrowser&path=/cm s/components/ws/CMSBrowser.cfc[\r][\n]" Which is basically a redirect, err.. no thanks, I dont want to redirect to the cfcexplorer, and of course the service fails. Has anyone encountered this? I am sure its something to do with the firewall, but WHAT? Have been packet sniffing all afternoon with no joy. Obi-One, you are my only hope! (I mean.. cf-talk... you are my only hope) *removes danish's from ears* -- Mark Drew Blog: http://www.markdrew.co.uk/blog/ LinkedIn: http://www.linkedin.com/in/mdrew ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254654 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

