[Mono-list] Mono WCF ServiceHost

salorob r.salomons at trisal.nl
Tue Mar 27 11:59:12 UTC 2012


Hi There,

afaik im running the latest mono, and servicemodel packages for Mono (Mono
JIT compiler version 2.10.8.1 (Debian 2.10.8.1-1) )

Im running into a small problem. Im running an ApplicationHosted WCF Service
in my application, for the purpose of serving JSON Functionality to Sencha.

The problem is simple: i'm starting up the server like so;



When i run this piece of code from out of Visual Studio it works from out of
Sencha Touch as expected, but when running this server on the Embedded Linux
device, there is no CALLBACK string in front of the JSON result.
To clarify:
this is what Windows presents me, and what Sencha expects:


but this is what running in Mono gives me:


Sencha calls the url like so:
http://ADDRESS/SERVICE?callback=Ext.data.JsonP.callback1

Is there something i should add ?

Regards,



--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-WCF-ServiceHost-tp4508621p4508621.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list