Remote Servlet Call with Scheduler.load

Hi ,
I want to remote servlet call with scheduler.load . Calling like this

scheduler.load(“http://remotename:9080/32BitScheduler/scheduler/Servlet_GetEvent.do”);

no data show in scheduler. Any idea ?

Hello,

If you open that link directly do can you see formed XML file with events information?

Kind regards,
Ilya

Yes , I can see xml data like this. Copied to below .


<start_date>2012-04-09 00:00:00.0</start_date>
<end_date>2012-04-09 22:05:00.0</end_date>
Audit Committee
5. Villa, Villa Dekorasyon Malzemeleri fuari

<type_id>1</type_id>


<start_date>2012-04-04 18:05:00.0</start_date>
<end_date>2012-04-04 22:25:00.0</end_date>
New event

<type_id>4</type_id>

There are no alert messages, nothing at all?

Is scheduler.config.xml_date option have correct value (so events dates could be parsed correctly)?
Try running “scheduler._events” in your browser console - are there any events?

Best regards,
Ilya

Sorry , one alert message

This XML file does not appear to have any style information associated with it. The document tree is shown below.

Hi Ilya,
Short information about code ,

Below code is running

But change my ip instead of localhost like

It is the same code . But convert the to ip
it is not shown in scheduler

It may be a cross-domain issue, to work correctly both main page and url in load command must use same domain, or browser will not allow data operations.

Thanks for comment Stanislav and Ilya