Can anyone help me here?
I want to use java remoteobject in flex thought i never orked on java/servelet etc. I am using weborb in place of LCDS.
Everytime I get 'send failed' . I feel the problem is in channel-definition endpoint uri. I tried my level best but not able to come out of it.
I placed jar file in C:\weborb\webapp\WEB-INF\lib.
I placed service-config.xml and remote-config.xml in C:\weborb\webapp\WEB-INF\flex.
My mxml file is
destination="GenericDestination"
source="weborb.examples.quickstart.ComputerInfoService"
showBusyCursor="true"
fault="faultHandler(event)">
Do I need to mention endpoint property in RemoteObject?
My service-config.xml
false
My remote-config.xml
class="flex.messaging.services.RemotingService"
messageTypes="flex.messaging.messages.RemotingMessage">
weborb.examples.quickstart.ComputerInfoService
application
my web.xml
weborb.ORBSessions
weborb
weborb.ORBServlet
1
weborb
/*
Appreciate early reply
-Manoj