I do indeed

I can call methods from the URL on that webservice but I dont recieve
anything else.

I am just confused as to why and what is being stripped out before it
hits the webserver to make it think that the soap call is invalid

There is something going on down the wire...

MD

On 9/28/06, Brad Wood <[EMAIL PROTECTED]> wrote:
> What if you access it with ?wsdl at the end?  Do you get an XML doc back
> in the browser?
>
>
>
> -----Original Message-----
> From: Mark Drew [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 28, 2006 11:25 AM
> 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=ec3
> 09c547f963d5306f7?method=getcfcinhtml&name=cms.components.ws.cmsbrowser&
> path=/cms/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:254669
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