Mark,

This is just a shot in the dark, but you have a wildcard application  
mapping configured for the site containing the webservice?  I've run  
into something similar with  Flash Remoting  accessing a cfc  
service.   Something to do with the way that IIS implements the local  
security policy on the LAN vs outside of it.

You can check in the IIS snap-in by viewing the site properties>Home  
Directory>Configuration.   If you don't have a wildcard mapping, you  
can create one to   C:\CFusionMX7\runtime\lib\wsconfig\1 
\jrun_iis6_wildcard.dll   (or wherever CF root is located).

HTH
-Jon

On Sep 28, 2006, at 1:33 PM, Mark Drew wrote:

> I get WSDL description
>
> MD
>
> On 9/28/06, Snake <[EMAIL PROTECTED]> wrote:
>> 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:254684
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to