Hey Tom, What you discribe is happening to me. Infact, the web service cfc returns a path that is not accessible though the firewall ... and the reverse proxy on my production environment.
Do you know how to modify the aut generated WSDL? Or is there a way to do modifications on the server in order to fix the path? Regards, Steini On 9/28/06, Tom Kitta <[EMAIL PROTECTED]> wrote: > > You can try to modify the WSDL auto generated code and use fileName.wsdlas > the hook for your WS -> sometimes the auto generated WSDL is not 100% > right > as far as path to data is concerned. > > TK > http://www.tomkitta.com > > -----Original Message----- > From: Snake [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 28, 2006 12:41 PM > To: CF-Talk > Subject: RE: Webservice hell > > > 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:256266 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

