DPWS (Device Profile for Web Services)

Hello all!

I'm new to the forum and would like to take a question about the Arduino Uno.

I am wanting to implement a project using the DPWS (http://www.ws4d.org/ or http://www.soa4d.org/) and would like to know if the arduino supports such technology?

The DPWS is implemented in JAVA as well in C. I can compile directly to the arduino or should I use the standard language of arduino?

Thank you!

What are the memory requirements of these DPWS ?

Arduino boards have extreamly limited memory, and no way to run Java.

Arduino can host web services and this is the sort of framework that could be used to create and access those web services, but the question is whether the framework would run on the limited resources available in an Arduino. If it can, I don't see any reason why you couldn't use it within an Arduino.