Hi,
I am deploying DatexII service in Ubuntu. Initially i started implementing the service under windows (ASP.NET, C#). I followed the procedure given in Datex-II developer's guide and succeeded in deploying the service in windows(i used the Datex-II 2.0RC1 schema).
After that I tried to do the service in ubuntu using mono 2.4 runtime and mono-develop 2.2. After deploying the service, the client proxy of the service is returning a xml-schema error.
At first i thought the error is due to mono runtime version 2.4, so i tested the service under windows platform using mono. But the service is working under windows platform. Thus the problem is with Ubuntu.
So, has any body tried Datex-II service in Ubuntu.
Kind Regards,
vijay
Vjay,
unfortunately I am not aware of any business level use of DATEX II on Ubuntu. Since I am using Ubuntu at home, I have done myself some work on Ubuntu but not using Mono. The schema validation itself seems to work properly under Ubuntu but maybe it is a problem related to Mono? I am sorry not to be able to help but maybe others have experience here and can contribute to this thread?
Josef Kaltwasser,
Thanks for the reply. I tried to figure out the problem, i think it might be a problem with mono on ubuntu. So i decided to run my service on windows machine.