Hello Moonlight-List

I am working on a visualization project for space weather. We have
written a web service in java and the service is hosted on a glassfish
app-server. This web service provides some data and a
silverlight-application should do the visualization. You could find the
WSDL file here: http://147.86.9.121:48148//WRC/ContaminantService?WSDL

The silverlight-application is written with MS-VisualStudio 2009 and
everything is working well. In the beginning we had some problems with
the "clientaccesspolicy.xml" security issue but now this is solved.
Within the last days we run some tests with the Moonlight plugin for
Firefox (Moonlight 2 and 3 preview). In general the application is
working as expected. BUT the application DOES NOT consume any data from
the web service.

Monitoring the web service on the server site, port sniffing on the
client site and debugging are all showing that:
- the silverlight-app sends an async request
- a correct request arrives the service
- a response is sent to the client
- the response arrives the client
- the silverlight-application receives the response
- no error or exception is raised
- BUT the result object (e.Result) is always NULL

Has anybody an idea what is going wrong?  Is there a known bug in the
xml-(de)serialization or in the web-service consuming within the
moonlight plugin?

Thanks
Nicky Hochmuth

<<attachment: nicky_hochmuth.vcf>>

_______________________________________________
Moonlight-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/moonlight-list

Reply via email to