|
Gott Burt
Registered User
Join date: 12 Mar 2007
Posts: 1
|
03-12-2007 15:26
I'm able to set up an "server" for answer RPC calls from outside SL, but how do I send calls using llSendRemoteData to this server from within SL?
I have the channel but the call dos not get there.
Anyone knows how to use llSendRemoteData?
All The Best Gott
|
|
Masakazu Kojima
ケロ
Join date: 23 Apr 2004
Posts: 232
|
03-12-2007 15:38
Outbound XML-RPC requests are not implemented. If you are trying to communicate with an external server, use llHTTPRequest. For object-to-object communication, you can try email.
|