flash app. changes dots for slashes

Flash Remoting...anybody managed?

So we have a client that wants to run a flash remoting app. and it breaks because it swaps .(dots) for /(slashes).
Basically when it sees a dot, it thinks it's a directory slash on the folders tree.

Because hsphere configure the root with the full domain name
(xxxx.com) ...then it breaks at entry level.

His script looks like this:

NetServices.setDefaultGatewayUrl("http://www.xxxxx.com/flashservices/gateway"); conn = NetServices.createGatewayConnection(); servico = conn.getService("XXXX.xxxx.com.v3.foldername.system.service", this);

Any ideas? Thats really bizarre and unlikely but...

I would imagine somebody else would already have bumped into the same issue with hsphere.
Thanks all
 
Back
Top