Thank you, I utilized the time_ce source implementation by OpenNETCF. I was able to make it work by also adding
#ifdef __cplusplus
extern "C"
{
#endif
and
#ifdef __cplusplus
}
#endif
to time_ce.h in order for it to function correctly.
Additionally, I am getting a "Request failed: Could not find default endpoint element that references contract 'HelloWsdlMethods.HelloWorld_PortType' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element."
Any hints about this? I was looking at my HelloWSDL.wsdl file, and what exactly is the targetNamespace? Is this something arbitrary I just name? For my soap:address location, I set it to the ip address of my device with port 8080 "http://192.168.0.100:8080" is this correct?
Request failed error
Thank you, I utilized the time_ce source implementation by OpenNETCF. I was able to make it work by also adding
#ifdef __cplusplus
extern "C"
{
#endif
and
#ifdef __cplusplus
}
#endif
to time_ce.h in order for it to function correctly.
Additionally, I am getting a "Request failed: Could not find default endpoint element that references contract 'HelloWsdlMethods.HelloWorld_PortType' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element."
Any hints about this? I was looking at my HelloWSDL.wsdl file, and what exactly is the targetNamespace? Is this something arbitrary I just name? For my soap:address location, I set it to the ip address of my device with port 8080 "http://192.168.0.100:8080" is this correct?
Thanks,
Mark