Hello I would imagine that my problem is very simple but I am very new with this
time of intergration. I cannot seem to make my test app run at all.
localy everything is fine and I get the proper response.
//I pass the gateway in the cfm by
gatewayUrl=http://#cgi.http_host#/flashservices/gateway
//and then in the .as I use
gatewayConnnection = NetServices.createGatewayConnection();
example1Service = gatewayConnnection.getService("commotionproject.Flash", this);
example1Service.TickerDataProvider();
localy everything runs great, however on the production server not the case
when I execute the flash file there I get back this error:
Service threw an exception during method invocation:
No servioe named commotionproject.Flash is known to Flash Remoting MX
all the file locations are identical, and so forth, with one difference
in production. The web root is located under another drive
not in the default C:\CFusionMX\WWWroot\.
otherwise the dev and production enviroments are identical.
http://www.commotionproject.com/flashservices/gateway
and
http://localhost:8500/flashservices/gateway
both give me blank pages, so I assume that the remoting services are ok.
WHAT AM I OVERLOOKING, suggestions PLEASE
for the time being the url to this problem is null
so take a look at the error if you like.
dutcheese - 31 Jan 2004 21:33 GMT
hi,
you could be running into trouble if your production server is hosting more than 1 web site... check this for the fix...
http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connec
tion.htm
dutcheese