Wednesday, March 28, 2012

web Service

how to call a function from wed services to a windows application?Please explain more about what you want to do. You want to write a Web service that makes a call to a Windows application? What kind of Windows application? What are you trying to do?

Don
donkienly thanks for your reply.Lets make my question more specific.If i would like to do a calculator which is in the windows application where the calculation metod/function are all in the web services.
problems is I already created the web services but i cant call it out from in the windows application,while i write the function name in the windows application it shown me the error that the function is not a member of the web services.how can i avoid it?
Ah, gotcha. Have you added a Web reference to your project, assuiming you are using Visual Studio .NET? If not, you have to do that first, in the Solution Explorer window.

Let me know if you've done that, and we can go from there.

Don
Refer
Link
thanks i managed to fixed it
how if i would like to store the data from the web service to the client database(PDA) where the client is programed in windows application.

0 comments:

Post a Comment