Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
cfoks #1
How to -services?
Hi,When I build source code in flex builder 3,I use a parameter like this
-services "c:\folder\folder\folder\file.xml" ,
It is Weborb "services-config.xml" file but when I used this parameter,flex
put the data into compiled .swf file.So I cannot change any parameter in
file.xml because all data is in compiled swf. Is there anything to use those
parameters with code? Sorry for my bad english :)
<?xml version="1.0" encoding="UTF-8"?>
<services-config>
<services>
<service-include file-path="remoting-config.xml" />
</services>
<channels>
<channel-definition id="my-amf"
class="mx.messaging.channels.AMFChannel">
<endpoint uri="weborb.aspx"
class="flex.messaging.endpoints.AMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
</properties>
</channel-definition>
<channel-definition id="air-http"
class="mx.messaging.channels.AMFChannel">
<endpoint uri="http://localhost:80/weborb30/weborb.aspx"
class="flex.messaging.endpoints.AMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
</properties>
</channel-definition>
<channel-definition id="air-nohttp"
class="weborb.messaging.WeborbMessagingChannel">
<endpoint uri="rtmp://localhost:2037" />
</channel-definition>
</channels>
<clusters>
<cluster id="default-cluster" properties="jgroups-default.xml" />
</clusters>
</services-config>
cfoks Guest
-
Help! Web Services
Hi! Can Flex work with all WEB SERVICES or there are restrictions? For example: 1. Can Flex to do "Casting" using "XSD" (XML Schema... -
Web Services Help
Hi there, I'm trying to display weather from a web service, but I don't know how to use this function, can somebody help me please, I'm using this... -
services??
On our win 2003 server we are sometimes having a very heavy load in the 30 - 60 % area. The top memory consumer seems to be "services.exe". Can... -
SSL and web services
I have a web Service that is accessing an Oracle back-end database through a Forte layer via SOAP and XML. The clients access the web service... -
Networking Services - services.msc
Hi, I'd like to know which services are responsible for home networking. i.e. which services do I need to be running for others to have access...



Reply With Quote

