Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
1.44/5 (2 votes)
Hello Dr. Luiji,

I have created a Web Server that implements DPWS. To do so I have used the toolkit provided by DPWS Core project. This server implements WS-Discovery and WS-Eventing.

Now what I want to do is to create a client for a PDA that works with Windows Mobile 6.0. I would like to implement WS-Discovey and WS-Eventing in the client as well.

I have been trying to find out wich tools I should use but I am completely lost among: .Net Compact Framework, .Net Micro Framework, etc ..

Could you please recommend me the tools I should use ?

Thanks in advance.


Best regards.


Gorka Arrate
garrate@ideko.es
Posted

Who is Dr. Luiji? If you are referring to an article then please use the forum at the end of the article.
 
Share this answer
 
Hello,

I read an article titled "CurrencyConvertor: How to Use gSOAP and Webservices" (Divided in two parts) which was written by
Dr. Luiji, who is considered to be a member. Afterwards I accessed the authors profile and I decided to ask him this question. I thought the question would be directed to him, that is the reason why its name appears in my text.

If somebody else could provide me with the information I am asking I would appreciate it.

Thanks.

Best regards.
 
Share this answer
 
Hello,
you can easily build a test client for a PDA that works with Windows Mobile by using the sample codes available in SOA4D forge.

Go to website: https://forge.soa4d.org

SOA4D is an open source project providing various open implementations of DPWS stack (in C, Java and OSGi implementation), tailored for embedded devices.

In addition, this forge provides also WS-Management plugin to use on top of DPWS stack (C, Java and OSGi implementations too).

Go here:https://forge.soa4d.org/projects/dpwsmanagement/[^] and download the latest files releases ( "WS-Management for DPWS" C sample codes).

Included in the zip file is a Windows MFC C++ client (using C DPWS+WS-Management dlls), and also a C test server running in commande line mode.

This sample code allows you to do discovery, eventing, and also testing and using intensively WS-Management features on various ways.

It is really easy to modify this sample code to run it under Windows Mobile. I already did it for internal purposes, and it works fine.

Best regards,
David E.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900