Hello,
I have implemented a service using WSDAPI. I use the next code (it is the
one from the Expert .Net Microframework book, with a little modification) to
get metadata from the service from a MF DPWS client.
http://pastebin.com/zB7ZQ4NRThis code works well and I get metadata when I use MF 2.5 in a VS2005
project, but the call "DpwsMetadata metadata =
mexClient.Get(deviceTransportAddr);" in line 33 always returns null when
using MF 3.0 or MF 4.0 in a VS2008 project.
Any idea where the problem could be?
Thanks.