WebService
-
Hi All I am new to webservice and this is my first project with C#.net and handheld device.Things I have done so far are very simple 1.Created a webservice. 2.Attached web reference to smart device app . 3.Deploy the simple app with a button and a label on it at windows CE hand held device. PROBLEM When i try to call it from the handheld device it says i cannot call it as its a webmethod . What I understand after searching about this is i am missing some web.config settings and how to call the PDA config please if anyone can tell me how can I do this ? Regards
-
Hi All I am new to webservice and this is my first project with C#.net and handheld device.Things I have done so far are very simple 1.Created a webservice. 2.Attached web reference to smart device app . 3.Deploy the simple app with a button and a label on it at windows CE hand held device. PROBLEM When i try to call it from the handheld device it says i cannot call it as its a webmethod . What I understand after searching about this is i am missing some web.config settings and how to call the PDA config please if anyone can tell me how can I do this ? Regards
Are you able to view the web service endpoint (WSDL) on the device? You should be able to open this up in a browser. This should indicate whether or not you have correctly configured and deployed the web service. What error are you seeing? I'd need more information before helping you further.